Json.NET
All Methods for the Project

Json.NET

Symbol Coverage: 88.45% (15799 of 17863)

Branch Coverage: 79.85% (6299 of 7889)

Method Coverage: 85.41% (3629 of 4249)

Cyclomatic Complexity Avg: 1.41 Max:35

Modules: 2

Namespaces: 20

Classes: 494

Methods: 4249

Documents: 221


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
get_AllowNullItems() : System.Boolean (in JsonArrayAttribute) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in JsonArrayAttribute) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.Boolean allowNullItems) : void (in JsonArrayAttribute) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.String id) : void (in JsonArrayAttribute) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_AllowNullItems(System.Boolean value) : void (in JsonArrayAttribute) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IsReference() : System.Boolean (in JsonContainerAttribute) 0.00% : 0 of 2
0.00% : 0 of 3
0.00% : 0 of 1
2
.ctor(System.String id) : void (in JsonContainerAttribute) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
IsJsonPrimitive(System.Object value) : System.Boolean [static] (in JsonConvert) 0.00% : 0 of 11
0.00% : 0 of 5
0.00% : 0 of 1
5
.ctor(System.String id) : void (in JsonObjectAttribute) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ObjectCreationHandling() : Newtonsoft.Json.ObjectCreationHandling (in JsonPropertyAttribute) 0.00% : 0 of 2
0.00% : 0 of 3
0.00% : 0 of 1
2
get_TypeNameHandling() : Newtonsoft.Json.TypeNameHandling (in JsonPropertyAttribute) 0.00% : 0 of 2
0.00% : 0 of 3
0.00% : 0 of 1
2
set_Binder(System.Runtime.Serialization.SerializationBinder value) : void (in JsonSerializer) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver value) : void (in JsonSerializer) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
ReadAsBytes() : System.Byte[] (in JsonValidatingReader) 0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
set_QuoteChar(System.Char value) : void (in JsonValidatingReader) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteIndentSpace() : void (in JsonWriter) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in BsonArray) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in BsonObject) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteUndefined() : void (in BsonWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.Int16 value) : void (in BsonWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.UInt16 value) : void (in BsonWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in CustomCreationConverter`1) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in HtmlColorConverter) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Value(System.String value) : void (in XAttributeWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XCommentWrapper) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Value(System.String value) : void (in XCommentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Encoding(System.String value) : void (in XDeclarationWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Standalone(System.String value) : void (in XDeclarationWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateProcessingInstruction(System.String target,System.String data) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateSignificantWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Value() : System.String (in XElementWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Value(System.String value) : void (in XElementWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Encoding(System.String value) : void (in XmlDeclarationWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Standalone(System.String value) : void (in XmlDeclarationWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateProcessingInstruction(System.String target,System.String data) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateSignificantWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Name() : System.String (in XmlNodeWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Prefix() : System.String (in XmlNodeWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
AppendChild(Newtonsoft.Json.Converters.IXmlNode newChild) : Newtonsoft.Json.Converters.IXmlNode (in XObjectWrapper) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ChildNodes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XObjectWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LocalName() : System.String (in XObjectWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XObjectWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Value() : System.String (in XObjectWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Value(System.String value) : void (in XObjectWrapper) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Value(System.String value) : void (in XProcessingInstructionWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XTextWrapper) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Value(System.String value) : void (in XTextWrapper) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
<Ancestors>b__0<T>(T j) : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<Descendants>b__1<T>(T j) : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
Ancestors<T>(System.Collections.Generic.IEnumerable<T> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
Descendants<T>(System.Collections.Generic.IEnumerable<T> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.get_IsReadOnly() : System.Boolean (in JArray) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Equals(System.Object obj) : System.Boolean (in JEnumerable`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
GetHashCode() : System.Int32 (in JEnumerable`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.cctor() : void [static] (in JEnumerable`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Linq.JToken>.get_Keys() : System.Collections.Generic.ICollection<System.String> (in JObject) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Linq.JToken>.get_Values() : System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken> (in JObject) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.get_IsReadOnly() : System.Boolean (in JObject) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ContainsItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JProperty) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetItem(System.Int32 index) : Newtonsoft.Json.Linq.JToken (in JProperty) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
InsertItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JProperty) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
RemoveItemAt(System.Int32 index) : void (in JProperty) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
SetItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JProperty) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
FromObject(System.Object o,Newtonsoft.Json.JsonSerializer jsonSerializer) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Flush() : void (in JTokenWriter) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteStartConstructor(System.String name) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.Byte value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.Int16 value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.SByte value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.Single value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.UInt16 value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.UInt32 value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteValue(System.UInt64 value) : void (in JTokenWriter) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
get_NameHashCode() : System.Int32 (in JPropertyDescriptor) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
GetAttributes() : System.ComponentModel.AttributeCollection (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetClassName() : System.String (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetComponentName() : System.String (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetConverter() : System.ComponentModel.TypeConverter (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetDefaultEvent() : System.ComponentModel.EventDescriptor (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetDefaultProperty() : System.ComponentModel.PropertyDescriptor (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetEditor(System.Type editorBaseType) : System.Object (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetEvents() : System.ComponentModel.EventDescriptorCollection (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetEvents(System.Attribute[] attributes) : System.ComponentModel.EventDescriptorCollection (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) : System.Object (in JTypeDescriptor) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Read(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Schema.JsonSchema [static] (in JsonSchema) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Generate(System.Type type,Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Exception() : Newtonsoft.Json.Schema.JsonSchemaException (in ValidationEventArgs) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in DefaultContractResolver) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetClrTypeFullName(System.Type type) : System.String [static] (in DefaultContractResolver) 0.00% : 0 of 4
0.00% : 0 of 4
0.00% : 0 of 1
3
Convert(System.Object value,System.TypeCode typeCode) : System.Object (in JsonFormatterConverter) 0.00% : 0 of 5
0.00% : 0 of 3
0.00% : 0 of 1
2
ToDouble(System.Object value) : System.Double (in JsonFormatterConverter) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String (in JsonProperty) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
add_Error(System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Binder() : System.Runtime.Serialization.SerializationBinder (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ConstructorHandling() : Newtonsoft.Json.ConstructorHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Context() : System.Runtime.Serialization.StreamingContext (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ContractResolver() : Newtonsoft.Json.Serialization.IContractResolver (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Converters() : Newtonsoft.Json.JsonConverterCollection (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_DefaultValueHandling() : Newtonsoft.Json.DefaultValueHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_MissingMemberHandling() : Newtonsoft.Json.MissingMemberHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_NullValueHandling() : Newtonsoft.Json.NullValueHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ObjectCreationHandling() : Newtonsoft.Json.ObjectCreationHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_PreserveReferencesHandling() : Newtonsoft.Json.PreserveReferencesHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ReferenceLoopHandling() : Newtonsoft.Json.ReferenceLoopHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_TypeNameAssemblyFormat() : System.Runtime.Serialization.Formatters.FormatterAssemblyStyle (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_TypeNameHandling() : Newtonsoft.Json.TypeNameHandling (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
remove_Error(System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Binder(System.Runtime.Serialization.SerializationBinder value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Context(System.Runtime.Serialization.StreamingContext value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_NullValueHandling(Newtonsoft.Json.NullValueHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling value) : void (in JsonSerializerProxy) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_MetadataClassType() : System.Type (in LateBoundMetadataTypeAttribute) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
.ctor(System.Object attribute) : void (in LateBoundMetadataTypeAttribute) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
GetValue(System.Object target) : System.Object (in ReflectionValueProvider) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
1
.ctor(System.Reflection.MemberInfo memberInfo) : void (in ReflectionValueProvider) 0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
SetValue(System.Object target,System.Object value) : void (in ReflectionValueProvider) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
1
Equals(System.Object obj) : System.Boolean (in ResolverContractKey) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
<Indent>b__0(System.IO.TextWriter tw,System.String line) : void (in <>c__DisplayClass1) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
<GetGenericMethod>b__0(System.Reflection.MethodInfo method) : System.Boolean (in <>c__DisplayClass1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<TryParse>b__0() : T (in <>c__DisplayClass1`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateSet>b__11(T o,System.Object v) : void (in <>c__DisplayClass12`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<TryGetSingleItem>b__1() : T (in <>c__DisplayClass2`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateMethodCall>b__0(T o,System.Object[] a) : System.Object (in <>c__DisplayClass2`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateMethodCall>b__1(T o,System.Object[] a) : System.Object (in <>c__DisplayClass2`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<NumberLines>b__3(System.IO.TextWriter tw,System.String line) : void (in <>c__DisplayClass4) 0.00% : 0 of 4
N/A : 0 of 0
0.00% : 0 of 1
1
<TryConvert>b__3() : T (in <>c__DisplayClass4`1) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateDefaultConstructor>b__4() : T (in <>c__DisplayClass6`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateDefaultConstructor>b__5() : T (in <>c__DisplayClass6`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateGet>b__8(T o) : System.Object (in <>c__DisplayClass9`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateListWrapper>b__8(System.Type t,System.Collections.Generic.IList<System.Object> a) : System.Object (in <>c__DisplayClassa) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
<TryConvertOrCast>b__9() : T (in <>c__DisplayClassa`1) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateGet>b__b(T o) : System.Object (in <>c__DisplayClassc`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<TryConvertOrCast>b__c() : System.Object (in <>c__DisplayClassd) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<CreateSet>b__e(T o,System.Object v) : void (in <>c__DisplayClassf`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor() : void (in BidirectionalDictionary`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
<CastValid>b__0<T>(System.Object o) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
AddRangeDistinct<T>(System.Collections.Generic.IList<T> list,System.Collections.Generic.IEnumerable<T> values) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CastValid<T>(System.Collections.IEnumerable enumerable) : System.Collections.Generic.IEnumerable<T> [static] (in CollectionUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateGenericDictionary(System.Type keyType,System.Type valueType) : System.Collections.IDictionary [static] (in CollectionUtils) 0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateList<T>(System.Collections.ICollection collection) : System.Collections.Generic.List<T> [static] (in CollectionUtils) 0.00% : 0 of 6
0.00% : 0 of 3
0.00% : 0 of 1
2
CreateList<T>(T[] values) : System.Collections.Generic.List<T> [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateListWrapper(System.Object list) : Newtonsoft.Json.Utilities.IWrappedList [static] (in CollectionUtils) 0.00% : 0 of 9
0.00% : 0 of 5
0.00% : 0 of 1
4
Distinct<T>(System.Collections.Generic.List<T> collection) : System.Collections.Generic.List<T> [static] (in CollectionUtils) 0.00% : 0 of 8
0.00% : 0 of 5
0.00% : 0 of 1
3
Flatten<T>(System.Collections.Generic.IList<T>[] lists) : System.Collections.Generic.List<System.Collections.Generic.List<T>> [static] (in CollectionUtils) 0.00% : 0 of 5
0.00% : 0 of 1
0.00% : 0 of 1
1
GetSingleItem<T>(System.Collections.Generic.IList<T> list) : T [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GroupBy<K,V>(System.Collections.Generic.ICollection<V> source,System.Func<V,K> keySelector) : System.Collections.Generic.Dictionary<K,System.Collections.Generic.List<V>> [static] (in CollectionUtils) 0.00% : 0 of 13
0.00% : 0 of 8
0.00% : 0 of 1
5
IsCollectionType(System.Type type) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 9
0.00% : 0 of 4
0.00% : 0 of 1
4
IsListType(System.Type type) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 9
0.00% : 0 of 4
0.00% : 0 of 1
4
IsNullOrEmpty(System.Collections.ICollection collection) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
IsNullOrEmptyOrDefault<T>(System.Collections.Generic.IList<T> list) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
ListEquals<T>(System.Collections.Generic.IList<T> a,System.Collections.Generic.IList<T> b) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 12
0.00% : 0 of 10
0.00% : 0 of 1
7
Minus<T>(System.Collections.Generic.IList<T> list,System.Collections.Generic.IList<T> minus) : System.Collections.Generic.IList<T> [static] (in CollectionUtils) 0.00% : 0 of 9
0.00% : 0 of 8
0.00% : 0 of 1
5
Recurse<T>(System.Collections.Generic.IList<System.Collections.Generic.IList<T>> global,System.Int32 current,System.Collections.Generic.Dictionary<System.Int32,T> currentSet,System.Collections.Generic.List<System.Collections.Generic.List<T>> flattenedResult) : void [static] (in CollectionUtils) 0.00% : 0 of 14
0.00% : 0 of 7
0.00% : 0 of 1
4
Slice<T>(System.Collections.Generic.IList<T> list,System.Nullable<System.Int32> start,System.Nullable<System.Int32> end) : System.Collections.Generic.IList<T> [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Slice<T>(System.Collections.Generic.IList<T> list,System.Nullable<System.Int32> start,System.Nullable<System.Int32> end,System.Nullable<System.Int32> step) : System.Collections.Generic.IList<T> [static] (in CollectionUtils) 0.00% : 0 of 20
0.00% : 0 of 20
0.00% : 0 of 1
11
TryGetSingleItem<T>(System.Collections.Generic.IList<T> list,byref T value) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryGetSingleItem<T>(System.Collections.Generic.IList<T> list,System.Boolean returnDefaultIfEmpty,byref T value) : System.Boolean [static] (in CollectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Clear() : void (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Contains(T item) : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
CopyTo(T[] array,System.Int32 arrayIndex) : void (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_IsReadOnly() : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
GetEnumerator() : System.Collections.Generic.IEnumerator<T> (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.ICollection.CopyTo(System.Array array,System.Int32 arrayIndex) : void (in CollectionWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_IsSynchronized() : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_SyncRoot() : System.Object (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.Contains(System.Object value) : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.get_IsFixedSize() : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.get_Item(System.Int32 index) : System.Object (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.IndexOf(System.Object value) : System.Int32 (in CollectionWrapper`1) 0.00% : 0 of 6
0.00% : 0 of 4
0.00% : 0 of 1
3
System.Collections.IList.Insert(System.Int32 index,System.Object value) : void (in CollectionWrapper`1) 0.00% : 0 of 5
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.Remove(System.Object value) : void (in CollectionWrapper`1) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.RemoveAt(System.Int32 index) : void (in CollectionWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.set_Item(System.Int32 index,System.Object value) : void (in CollectionWrapper`1) 0.00% : 0 of 5
0.00% : 0 of 3
0.00% : 0 of 1
2
Remove(T item) : System.Boolean (in CollectionWrapper`1) 0.00% : 0 of 7
0.00% : 0 of 4
0.00% : 0 of 1
3
CanConvertType(System.Type initialType,System.Type targetType,System.Boolean allowTypeNameToString) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 26
0.00% : 0 of 32
0.00% : 0 of 1
22
Convert<T>(System.Object initialValue) : T [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Convert<T>(System.Object initialValue,System.Globalization.CultureInfo culture) : T [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ConvertOrCast<T>(System.Object initialValue) : T [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ConvertOrCast<T>(System.Object initialValue,System.Globalization.CultureInfo culture) : T [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
IsComponentConverter(System.ComponentModel.TypeConverter converter) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ToValue(System.Data.SqlTypes.INullable nullableValue) : System.Object [static] (in ConvertUtils) 0.00% : 0 of 14
0.00% : 0 of 8
0.00% : 0 of 1
7
TryConvert<T>(System.Object initialValue,byref T convertedValue) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryConvert<T>(System.Object initialValue,System.Globalization.CultureInfo culture,byref T convertedValue) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryConvertOrCast(System.Object initialValue,System.Globalization.CultureInfo culture,System.Type targetType,byref System.Object convertedValue) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryConvertOrCast<T>(System.Object initialValue,byref T convertedValue) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryConvertOrCast<T>(System.Object initialValue,System.Globalization.CultureInfo culture,byref T convertedValue) : System.Boolean [static] (in ConvertUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Entry() : System.Collections.DictionaryEntry (in DictionaryEnumerator`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Key() : System.Object (in DictionaryEnumerator`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Value() : System.Object (in DictionaryEnumerator`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Reset() : void (in DictionaryEnumerator`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
<GetEnumerator>b__0(System.Collections.DictionaryEntry de) : System.Collections.Generic.KeyValuePair<TKey,TValue> [static] (in DictionaryWrapper`2) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
Add(System.Collections.Generic.KeyValuePair<TKey,TValue> item) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Add(TKey key,TValue value) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Clear() : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Contains(System.Collections.Generic.KeyValuePair<TKey,TValue> item) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
ContainsKey(TKey key) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
CopyTo(System.Collections.Generic.KeyValuePair<TKey,TValue>[] array,System.Int32 arrayIndex) : void (in DictionaryWrapper`2) 0.00% : 0 of 7
0.00% : 0 of 5
0.00% : 0 of 1
4
get_Count() : System.Int32 (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_IsReadOnly() : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_Item(TKey key) : TValue (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_Keys() : System.Collections.Generic.ICollection<TKey> (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_Values() : System.Collections.Generic.ICollection<TValue> (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
GetEnumerator() : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>> (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
3
System.Collections.ICollection.CopyTo(System.Array array,System.Int32 index) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.ICollection.get_IsSynchronized() : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.ICollection.get_SyncRoot() : System.Object (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IDictionary.Add(System.Object key,System.Object value) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IDictionary.Contains(System.Object key) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IDictionary.get_IsFixedSize() : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IDictionary.get_Item(System.Object key) : System.Object (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IDictionary.get_Keys() : System.Collections.ICollection (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IDictionary.get_Values() : System.Collections.ICollection (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in DictionaryWrapper`2) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Remove(System.Collections.Generic.KeyValuePair<TKey,TValue> item) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 10
0.00% : 0 of 4
0.00% : 0 of 1
4
Remove(System.Object key) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Remove(TKey key) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 7
0.00% : 0 of 3
0.00% : 0 of 1
3
set_Item(TKey key,TValue value) : void (in DictionaryWrapper`2) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
TryGetValue(TKey key,byref TValue value) : System.Boolean (in DictionaryWrapper`2) 0.00% : 0 of 8
0.00% : 0 of 3
0.00% : 0 of 1
3
<GetFlagsValues>b__3<T>(Newtonsoft.Json.Utilities.EnumValue<System.UInt64> v) : System.Boolean [static] (in EnumUtils) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
GetMaximumValue<TEnumType>(System.Type enumType) : TEnumType [static] (in EnumUtils) 0.00% : 0 of 20
0.00% : 0 of 15
0.00% : 0 of 1
9
GetNames<T>() : System.Collections.Generic.IList<System.String> [static] (in EnumUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetNamesAndValues<TEnum,TUnderlyingType>() : Newtonsoft.Json.Utilities.EnumValues<TUnderlyingType> [static] (in EnumUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetValues<T>() : System.Collections.Generic.IList<T> [static] (in EnumUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Parse<T>(System.String enumMemberName) : T [static] (in EnumUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Parse<T>(System.String enumMemberName,System.Boolean ignoreCase) : T [static] (in EnumUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
TryParse<T>(System.String enumMemberName,System.Boolean ignoreCase,byref T value) : System.Boolean [static] (in EnumUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateDefaultConstructor<T>(System.Type type) : System.Func<T> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
CreateGet<T>(System.Reflection.FieldInfo fieldInfo) : System.Func<T,System.Object> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateGet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Func<T,System.Object> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateMethodCall<T>(System.Reflection.MethodBase method) : Newtonsoft.Json.Utilities.MethodCall<T,System.Object> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
CreateSet<T>(System.Reflection.FieldInfo fieldInfo) : System.Action<T,System.Object> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateSet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Action<T,System.Object> (in LateBoundReflectionDelegateFactory) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Clear() : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Contains(T item) : System.Boolean (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
CopyTo(T[] array,System.Int32 arrayIndex) : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_Count() : System.Int32 (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_IsReadOnly() : System.Boolean (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_Item(System.Int32 index) : T (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_UnderlyingList() : System.Object (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
GetEnumerator() : System.Collections.Generic.IEnumerator<T> (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.ICollection.CopyTo(System.Array array,System.Int32 arrayIndex) : void (in ListWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_IsSynchronized() : System.Boolean (in ListWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_SyncRoot() : System.Object (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.Add(System.Object value) : System.Int32 (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.Contains(System.Object value) : System.Boolean (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.get_IsFixedSize() : System.Boolean (in ListWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.get_Item(System.Int32 index) : System.Object (in ListWrapper`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.IndexOf(System.Object value) : System.Int32 (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.Insert(System.Int32 index,System.Object value) : void (in ListWrapper`1) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.Remove(System.Object value) : void (in ListWrapper`1) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.set_Item(System.Int32 index,System.Object value) : void (in ListWrapper`1) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
IndexOf(T item) : System.Int32 (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Insert(System.Int32 index,T item) : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
IsCompatibleObject(System.Object value) : System.Boolean [static] (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 6
0.00% : 0 of 1
5
.ctor(System.Collections.Generic.IList<T> list) : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
Remove(T item) : System.Boolean (in ListWrapper`1) 0.00% : 0 of 7
0.00% : 0 of 4
0.00% : 0 of 1
3
RemoveAt(System.Int32 index) : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Item(System.Int32 index,T value) : void (in ListWrapper`1) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
VerifyValueType(System.Object value) : void [static] (in ListWrapper`1) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
HexToInt(System.Char h) : System.Int32 [static] (in MathUtils) 0.00% : 0 of 8
0.00% : 0 of 10
0.00% : 0 of 1
7
Min(System.Nullable<System.Double> val1,System.Nullable<System.Double> val2) : System.Nullable<System.Double> [static] (in MathUtils) 0.00% : 0 of 6
0.00% : 0 of 3
0.00% : 0 of 1
3
CreateArgumentOutOfRangeException(System.String paramName,System.Object actualValue,System.String message) : System.ArgumentOutOfRangeException [static] (in MiscellaneousUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateUnitializedValue(System.Type type) : System.Object [static] (in ReflectionUtils) 0.00% : 0 of 9
0.00% : 0 of 9
0.00% : 0 of 1
6
GetFieldsAndProperties<T>(System.Reflection.BindingFlags bindingAttr) : System.Collections.Generic.List<System.Reflection.MemberInfo> [static] (in ReflectionUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetNameAndAssessmblyName(System.Type t) : System.String [static] (in ReflectionUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
IsCompatibleValue(System.Object value,System.Type type) : System.Boolean [static] (in ReflectionUtils) 0.00% : 0 of 6
0.00% : 0 of 3
0.00% : 0 of 1
3
IsPropertyIndexed(System.Reflection.PropertyInfo property) : System.Boolean [static] (in ReflectionUtils) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
IsUnitializedValue(System.Object value) : System.Boolean [static] (in ReflectionUtils) 0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
ItemsUnitializedValue<T>(System.Collections.Generic.IList<T> list) : System.Boolean [static] (in ReflectionUtils) 0.00% : 0 of 19
0.00% : 0 of 10
0.00% : 0 of 1
7
SetMemberValue(System.Reflection.MemberInfo member,System.Object target,System.Object value) : void [static] (in ReflectionUtils) 0.00% : 0 of 9
0.00% : 0 of 3
0.00% : 0 of 1
3
.ctor() : void (in StringBuffer) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
ActionTextReaderLine(System.IO.TextReader textReader,System.IO.TextWriter textWriter,Newtonsoft.Json.Utilities.StringUtils+ActionLine lineAction) : void [static] (in StringUtils) 0.00% : 0 of 7
0.00% : 0 of 5
0.00% : 0 of 1
3
ContainsWhiteSpace(System.String s) : System.Boolean [static] (in StringUtils) 0.00% : 0 of 9
0.00% : 0 of 6
0.00% : 0 of 1
4
EnsureEndsWith(System.String target,System.String value) : System.String [static] (in StringUtils) 0.00% : 0 of 12
0.00% : 0 of 9
0.00% : 0 of 1
6
IfNotNullOrEmpty(System.String value,System.Action<System.String> action) : void [static] (in StringUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
IfNotNullOrEmpty(System.String value,System.Action<System.String> trueAction,System.Action<System.String> falseAction) : void [static] (in StringUtils) 0.00% : 0 of 6
0.00% : 0 of 6
0.00% : 0 of 1
4
Indent(System.String s,System.Int32 indentation) : System.String [static] (in StringUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Indent(System.String s,System.Int32 indentation,System.Char indentChar) : System.String [static] (in StringUtils) 0.00% : 0 of 9
0.00% : 0 of 5
0.00% : 0 of 1
3
IsNullOrEmptyOrWhiteSpace(System.String s) : System.Boolean [static] (in StringUtils) 0.00% : 0 of 6
0.00% : 0 of 3
0.00% : 0 of 1
3
NumberLines(System.String s) : System.String [static] (in StringUtils) 0.00% : 0 of 8
0.00% : 0 of 3
0.00% : 0 of 1
2
ReplaceNewLines(System.String s,System.String replacement) : System.String [static] (in StringUtils) 0.00% : 0 of 10
0.00% : 0 of 5
0.00% : 0 of 1
3
Truncate(System.String s,System.Int32 maximumLength) : System.String [static] (in StringUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Truncate(System.String s,System.Int32 maximumLength,System.String suffix) : System.String [static] (in StringUtils) 0.00% : 0 of 14
0.00% : 0 of 10
0.00% : 0 of 1
6
WriteCharAsUnicode(System.IO.TextWriter writer,System.Char c) : void [static] (in StringUtils) 0.00% : 0 of 12
0.00% : 0 of 1
0.00% : 0 of 1
1
Equals(System.Object obj) : System.Boolean (in TypeConvertKey) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
<HasParameters>b__3(System.Reflection.ParameterInfo parameter) : System.Type [static] (in TypeExtensions) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
GetGenericMethod(System.Type type,System.String name,System.Type[] parameterTypes) : System.Reflection.MethodInfo [static] (in TypeExtensions) 0.00% : 0 of 8
0.00% : 0 of 5
0.00% : 0 of 1
4
HasParameters(System.Reflection.MethodInfo method,System.Type[] parameterTypes) : System.Boolean [static] (in TypeExtensions) 0.00% : 0 of 10
0.00% : 0 of 6
0.00% : 0 of 1
5
ArgumentIsPositive(System.Int32 value,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentIsPositive<T>(T value,System.String parameterName) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentNotNegative(System.Int32 value,System.String parameterName) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentNotNegative(System.Int32 value,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentNotNullOrEmpty(System.Collections.ICollection collection,System.String parameterName) : void [static] (in ValidationUtils) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ArgumentNotNullOrEmpty(System.Collections.ICollection collection,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 0.00% : 0 of 5
0.00% : 0 of 4
0.00% : 0 of 1
3
ArgumentNotNullOrEmptyOrWhitespace(System.String value,System.String parameterName) : void [static] (in ValidationUtils) 0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentNotZero(System.Int32 value,System.String parameterName) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ArgumentNotZero(System.Int32 value,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
ObjectNotDisposed(System.Boolean disposed,System.Type objectType) : void [static] (in ValidationUtils) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
<Generate>b__1(System.Type arg) : System.String [static] (in WrapperMethodBuilder) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<ValidateTypes>b__0(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<MissingOptionalProperties>b__3c(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass3d) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<ValidateUnrestrictedArray>b__3(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass4) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
AddToFile(Newtonsoft.Json.Tests.File file) : void (in DataServicesTestDatabaseEntities) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
AddToFolder(Newtonsoft.Json.Tests.Folder folder) : void (in DataServicesTestDatabaseEntities) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in DataServicesTestDatabaseEntities) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.Data.EntityClient.EntityConnection connection) : void (in DataServicesTestDatabaseEntities) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.String connectionString) : void (in DataServicesTestDatabaseEntities) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_File() : System.Data.Objects.ObjectQuery<Newtonsoft.Json.Tests.File> (in DataServicesTestDatabaseEntities) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
get_Folder() : System.Data.Objects.ObjectQuery<Newtonsoft.Json.Tests.Folder> (in DataServicesTestDatabaseEntities) 0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
CreateFile(System.Guid fileId,System.String name,System.String description,System.DateTime createdDate) : Newtonsoft.Json.Tests.File [static] (in File) 0.00% : 0 of 7
0.00% : 0 of 1
0.00% : 0 of 1
1
get_FolderReference() : System.Data.Objects.DataClasses.EntityReference<Newtonsoft.Json.Tests.Folder> (in File) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_FolderReference(System.Data.Objects.DataClasses.EntityReference<Newtonsoft.Json.Tests.Folder> value) : void (in File) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
CreateFolder(System.Guid folderId,System.String name,System.String description,System.DateTime createdDate) : Newtonsoft.Json.Tests.Folder [static] (in Folder) 0.00% : 0 of 7
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ChildFolders(System.Data.Objects.DataClasses.EntityCollection<Newtonsoft.Json.Tests.Folder> value) : void (in Folder) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Files(System.Data.Objects.DataClasses.EntityCollection<Newtonsoft.Json.Tests.File> value) : void (in Folder) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
set_ParentFolderReference(System.Data.Objects.DataClasses.EntityReference<Newtonsoft.Json.Tests.Folder> value) : void (in Folder) 0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
SerializeJsonNet(System.Object value) : System.String (in PerformanceTests) 0.00% : 0 of 15
0.00% : 0 of 1
0.00% : 0 of 1
1
DeserializeObject() : void (in CustomCreationConverterTests) 0.00% : 0 of 8
0.00% : 0 of 1
0.00% : 0 of 1
1
Create(System.Type objectType) : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IPerson (in PersonConverter) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
detach_Persons(Newtonsoft.Json.Tests.LinqToSql.Person entity) : void (in Department) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Persons(System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.Person> value) : void (in Department) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Departments() : System.Data.Linq.Table<Newtonsoft.Json.Tests.LinqToSql.Department> (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_PersonRoles() : System.Data.Linq.Table<Newtonsoft.Json.Tests.LinqToSql.PersonRole> (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Persons() : System.Data.Linq.Table<Newtonsoft.Json.Tests.LinqToSql.Person> (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Roles() : System.Data.Linq.Table<Newtonsoft.Json.Tests.LinqToSql.Role> (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.cctor() : void [static] (in LinqToSqlClassesDataContext) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor(System.Data.IDbConnection connection) : void (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.Data.IDbConnection connection,System.Data.Linq.Mapping.MappingSource mappingSource) : void (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.String connection) : void (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.String connection,System.Data.Linq.Mapping.MappingSource mappingSource) : void (in LinqToSqlClassesDataContext) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
detach_PersonRoles(Newtonsoft.Json.Tests.LinqToSql.PersonRole entity) : void (in Person) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
set_DepartmentId(System.Guid value) : void (in Person) 0.00% : 0 of 7
0.00% : 0 of 4
0.00% : 0 of 1
3
set_PersonRoles(System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole> value) : void (in Person) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
detach_PersonRoles(Newtonsoft.Json.Tests.LinqToSql.PersonRole entity) : void (in Role) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
set_PersonRoles(System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole> value) : void (in Role) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
<ValidateWithEventHandler>b__0(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass2) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<GenerateSchemaForDirectoryInfo>b__2(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass3) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<GenerateSchemaAndSerializeFromType>b__a(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClassb`1) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor() : void (in Container) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor() : void (in ControlFlowItem) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor() : void (in Task) 0.00% : 0 of 2
N/A : 0 of 0
0.00% : 0 of 1
1
.ctor() : void (in Workspace) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<get_Item>b__38(T x) : System.Boolean (in <>c__DisplayClass39) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
<DeserializingErrorInDateTimeCollectionWithAttributeWithEventNotCalled>b__d(System.Object s,Newtonsoft.Json.Serialization.ErrorEventArgs a) : void (in <>c__DisplayClasse) 0.00% : 0 of 1
N/A : 0 of 0
0.00% : 0 of 1
1
get_A1() : System.String (in A) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_A1(System.String value) : void (in A) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_B2() : System.String (in B) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_B2(System.String value) : void (in B) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> initial) : void (in DictionaryWithNoDefaultConstructor) 0.00% : 0 of 6
0.00% : 0 of 4
0.00% : 0 of 1
3
GenericListAndDictionaryInterfaceProperties() : void (in JsonSerializerTest) 0.00% : 0 of 12
0.00% : 0 of 1
0.00% : 0 of 1
1
GetPerson() : Newtonsoft.Json.Tests.TestObjects.Person (in JsonSerializerTest) 0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteJsonToFile() : void (in JsonSerializerTest) 0.00% : 0 of 8
0.00% : 0 of 4
0.00% : 0 of 1
4
Add(System.Collections.Generic.KeyValuePair<System.String,T> item) : void (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Clear() : void (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Contains(System.Collections.Generic.KeyValuePair<System.String,T> item) : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ContainsKey(System.String key) : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CopyTo(System.Collections.Generic.KeyValuePair<System.String,T>[] array,System.Int32 arrayIndex) : void (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IsReadOnly() : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Keys() : System.Collections.Generic.ICollection<System.String> (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Values() : System.Collections.Generic.ICollection<T> (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Merge(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+ModelStateDictionary<T> dictionary) : void (in ModelStateDictionary`1) 0.00% : 0 of 7
0.00% : 0 of 5
0.00% : 0 of 1
4
.ctor(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+ModelStateDictionary<T> dictionary) : void (in ModelStateDictionary`1) 0.00% : 0 of 9
0.00% : 0 of 6
0.00% : 0 of 1
4
Remove(System.Collections.Generic.KeyValuePair<System.String,T> item) : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Remove(System.String key) : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryGetValue(System.String key,byref T value) : System.Boolean (in ModelStateDictionary`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in PosConverter) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in PosDoubleConverter) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
ShouldSerializeAge() : void (in ShouldSerializeTestClass) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in StringAppenderConverter) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in StringListAppenderConverter) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Item(System.Int32 id) : T (in ThisGenericTest`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Item(System.String key) : T (in ThisGenericTest`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Item(System.Int32 id,T value) : void (in ThisGenericTest`1) 0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Item(System.String key,T value) : void (in ThisGenericTest`1) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_SecretType() : System.Type (in User) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetHashCode() : System.Int32 (in User) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String (in User) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_ConverterType() : System.String (in ArgumentConverterPrecedenceClassConverter) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Tests.TestObjects.Content>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Tests.TestObjects.Content> (in Content) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetEnumerator() : System.Collections.IEnumerator (in Content) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(System.String sublocation,System.Int32 userId,Newtonsoft.Json.Tests.TestObjects.EventType type,System.String summary,System.String details,System.String stackTrace,System.String tag) : void (in Event) 0.00% : 0 of 14
0.00% : 0 of 5
0.00% : 0 of 1
3
.ctor(System.String summary) : void (in Event) 0.00% : 0 of 8
0.00% : 0 of 5
0.00% : 0 of 1
3
get_details() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_stackTrace() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_sublocation() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_summary() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_tag() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_time() : System.DateTime (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_type() : Newtonsoft.Json.Tests.TestObjects.EventType (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_userId() : System.Int32 (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetCurrentSubLocation() : System.String [static] (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetCurrentUserId() : System.Int32 [static] (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_details(System.String value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_stackTrace(System.String value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_sublocation(System.String value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_summary(System.String value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_tag(System.String value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_type(Newtonsoft.Json.Tests.TestObjects.EventType value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_userId(System.Int32 value) : void (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String (in Event) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IgnoredProperty() : System.Int32 (in JsonIgnoreAttributeOnClassTestClass) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IgnoredProperty() : System.Int32 (in JsonIgnoreAttributeTestClass) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_InternalId() : System.Guid (in PersonRaw) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
set_InternalId(System.Guid value) : void (in PersonRaw) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
UseValue() : System.Int32 (in PrivateMembersClass) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetHashCode() : System.Int32 (in Product) 0.00% : 0 of 2
0.00% : 0 of 3
0.00% : 0 of 1
2
set_SetOnlyProperty(System.String value) : void (in SetOnlyPropertyClass) 0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.set_Item(System.Int32 index,System.Object value) : void (in VersionKeyedCollection) 0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
MoveNext() : System.Boolean (in d__5) 25.00% : 2 of 8
N/A : 0 of 0
100.00% : 1 of 1
6
DeserializeXmlNode(System.String value) : System.Xml.XmlDocument [static] (in JsonConvert) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeXNode(System.String value) : System.Xml.Linq.XDocument [static] (in JsonConvert) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
CreateJsonConverterInstance(System.Type converterType) : Newtonsoft.Json.JsonConverter [static] (in JsonConverterAttribute) 50.00% : 2 of 4
50.00% : 1 of 2
100.00% : 1 of 1
1
ToSerializationMode(System.DateTimeKind kind) : System.Xml.XmlDateTimeSerializationMode [static] (in DateTimeUtils) 50.00% : 3 of 6
66.67% : 2 of 3
100.00% : 1 of 1
3
Max(System.Nullable<System.Double> val1,System.Nullable<System.Double> val2) : System.Nullable<System.Double> [static] (in MathUtils) 50.00% : 3 of 6
66.67% : 2 of 3
100.00% : 1 of 1
3
ToStringInvalid() : void (in JsonConvertTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
NullTextReader() : void (in JsonTextReaderTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeNullToNonNullable() : void (in IsoDateTimeConverterTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeNullToNonNullable() : void (in JavaScriptDateTimeConverterTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
NoRootObject() : void (in XmlNodeConverterTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
RootObjectMultipleProperties() : void (in XmlNodeConverterTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
Blog() : void (in JObjectTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
BadCharactersInIndexer() : void (in JPathTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
EmptyIndexer() : void (in JPathTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
IndexerCloseInProperty() : void (in JPathTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
MissingDotAfterIndexer() : void (in JPathTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
UnclosedIndexer() : void (in JPathTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
IListGenericAdd() : void (in JPropertyTests) 50.00% : 2 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
BadJsonPropertyClassSerialize() : void (in JsonSerializerTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeEnsureTypeEmptyStringToIntError() : void (in JsonSerializerTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeEnsureTypeNullToIntError() : void (in JsonSerializerTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializePropertySetError() : void (in JsonSerializerTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
SerializePropertyGetError() : void (in JsonSerializerTest) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
PopulateWithBadJson() : void (in PopulateTests) 50.00% : 1 of 2
0.00% : 0 of 1
100.00% : 1 of 1
1
get_Roles() : System.Collections.Generic.List<System.String> (in PersonError) 50.00% : 2 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
ArgumentNotNullOrEmpty(System.String value,System.String parameterName) : void [static] (in ValidationUtils) 60.00% : 3 of 5
50.00% : 2 of 4
100.00% : 1 of 1
3
ArgumentNotNullOrEmpty<T>(System.Collections.Generic.ICollection<T> collection,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 60.00% : 3 of 5
50.00% : 2 of 4
100.00% : 1 of 1
3
SerializeXmlNode(System.Xml.XmlNode node) : System.String (in XmlNodeConverterTest) 61.54% : 8 of 13
50.00% : 2 of 4
100.00% : 1 of 1
3
Encode(System.Byte[] buffer,System.Int32 index,System.Int32 count) : void (in Base64Encoder) 63.89% : 23 of 36
57.14% : 16 of 28
100.00% : 1 of 1
15
ValidateBoolean(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 66.67% : 4 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
WriteConstructorDate(Newtonsoft.Json.JsonReader reader) : void (in JsonWriter) 66.67% : 8 of 12
55.56% : 5 of 9
100.00% : 1 of 1
5
WriteEnd(Newtonsoft.Json.Linq.JTokenType type) : void (in JsonWriter) 66.67% : 6 of 9
50.00% : 1 of 2
100.00% : 1 of 1
3
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in BinaryConverter) 66.67% : 4 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadAndAssert(Newtonsoft.Json.JsonReader reader) : void [static] (in EntityKeyMemberConverter) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
<WriteTo>b__4(System.Object v) : void (in <>c__DisplayClassc) 66.67% : 2 of 3
N/A : 0 of 0
100.00% : 1 of 1
2
Load(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JConstructor [static] (in JConstructor) 66.67% : 8 of 12
44.44% : 4 of 9
100.00% : 1 of 1
5
CheckReentrancy() : void (in JContainer) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
Load(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JProperty [static] (in JProperty) 66.67% : 8 of 12
44.44% : 4 of 9
100.00% : 1 of 1
5
IsValidCallback(System.Reflection.MethodInfo method,System.Reflection.ParameterInfo[] parameters,System.Type attributeType,System.Reflection.MethodInfo currentCallback,byref System.Type prevAttributeType) : System.Boolean [static] (in DefaultContractResolver) 66.67% : 12 of 18
65.22% : 15 of 23
100.00% : 1 of 1
14
Deserialize(Newtonsoft.Json.JsonReader reader,System.Type objectType) : System.Object (in JsonSerializerInternalReader) 66.67% : 4 of 6
83.33% : 5 of 6
100.00% : 1 of 1
4
CreateCollectionWrapper(System.Object list) : Newtonsoft.Json.Utilities.IWrappedCollection [static] (in CollectionUtils) 66.67% : 6 of 9
60.00% : 3 of 5
100.00% : 1 of 1
4
VerifyValueType(System.Object value) : void [static] (in CollectionWrapper`1) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
GetMemberValue(System.Reflection.MemberInfo member,System.Object target) : System.Object [static] (in ReflectionUtils) 66.67% : 6 of 9
60.00% : 3 of 5
100.00% : 1 of 1
3
ArgumentConditionTrue(System.Boolean condition,System.String parameterName,System.String message) : void [static] (in ValidationUtils) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
ArgumentNotNull(System.Object value,System.String parameterName) : void [static] (in ValidationUtils) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
ReadBytesWithBadCharacter() : void (in JsonTextReaderTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
UnexpectedEndOfControlCharacter() : void (in JsonTextReaderTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
UnexpectedEndOfHex() : void (in JsonTextReaderTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
UnexpectedEndOfString() : void (in JsonTextReaderTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteValueObjectWithUnsupportedValue() : void (in JsonTextWriterTest) 66.67% : 4 of 6
50.00% : 1 of 2
100.00% : 1 of 1
2
MultipleRootPropertiesXDocument() : void (in XmlNodeConverterTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
MultipleRootPropertiesXmlDocument() : void (in XmlNodeConverterTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToArrayIndexEqualGreaterToArrayLengthShouldThrow() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToNegativeArrayIndexShouldThrow() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToNullArrayShouldThrow() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
InsertNegativeIndexShouldThrow() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
InsertOutOfRangeIndexShouldThrow() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Parse_ShouldThrowOnUnexpectedToken() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
RemoveAtNegativeIndexShouldError() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
RemoveAtOutOfRangeIndexShouldError() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
SetValueWithInvalidIndex() : void (in JArrayTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
SetValueWithInvalidIndex() : void (in JConstructorTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToArrayIndexEqualGreaterToArrayLengthShouldThrow() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToNegativeArrayIndexShouldThrow() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToNullArrayShouldThrow() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IBindingListAddNew() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IBindingListApplySort() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IBindingListFind() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IBindingListRemoveSort() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Parse_ShouldThrowOnUnexpectedToken() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
SetValueWithInvalidPropertyName() : void (in JObjectTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
EvaluateIndexerOnConstructorWithError() : void (in JPathTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
EvaluateIndexerOnObjectWithError() : void (in JPathTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
EvaluateMissingPropertyWithError() : void (in JPathTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
EvaluateOutOfBoundsIndxerWithError() : void (in JPathTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
EvaluatePropertyOnArrayWithError() : void (in JPathTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
AddPropertyToArray() : void (in JTokenTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
AddValueToObject() : void (in JTokenTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
CastNullValueToNonNullable() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Children() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
First() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Item() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Last() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
RemoveParentNull() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
SetValue() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
Values() : void (in JValueTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
JArrayStringIndex() : void (in LinqToJsonTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
JConstructorStringIndex() : void (in LinqToJsonTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
JObjectIntIndex() : void (in LinqToJsonTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
SendPropertyChanged(System.String propertyName) : void (in Department) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanging() : void (in Department) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanged(System.String propertyName) : void (in Person) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanging() : void (in Person) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanged(System.String propertyName) : void (in PersonRole) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanging() : void (in PersonRole) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanged(System.String propertyName) : void (in Role) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
SendPropertyChanging() : void (in Role) 66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
CircularReferenceError() : void (in JsonSchemaGeneratorTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
FailWithPrivateConstructorAndDefault() : void (in ConstructorHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
FailWithPrivateConstructorPlusParametizedAndDefault() : void (in ConstructorHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
CannotDeserializeArrayIntoObject() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
CannotDeserializeObjectIntoArray() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
CannotPopulateArrayIntoObject() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
CannotPopulateObjectIntoArray() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeDictionaryWithNoDefaultConstructor() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializePersonKeyedDictionary() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
FailWhenClassWithNoDefaultConstructorHasMultipleConstructorsWithArguments() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IncompatibleJsonAttributeShouldThrow() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
InvalidBackslash() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
RequiredMembersClassMissingRequiredProperty() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
RequiredMembersClassNullRequiredValueProperty() : void (in JsonSerializerTest) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
MissingMemeber() : void (in MissingMemberHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeArraysWithPreserveObjectReferences() : void (in PreserveReferencesHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
UnexpectedEnd() : void (in PreserveReferencesHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeTypeNameOnly() : void (in TypeNameHandlingTests) 66.67% : 2 of 3
0.00% : 0 of 1
100.00% : 1 of 1
1
IsOverridenGenericMember(System.Reflection.MemberInfo memberInfo,System.Reflection.BindingFlags bindingAttr) : System.Boolean [static] (in ReflectionUtils) 68.75% : 11 of 16
77.78% : 7 of 9
100.00% : 1 of 1
7
GetCurrentNodeSchemaType() : System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> (in JsonValidatingReader) 70.00% : 7 of 10
100.00% : 2 of 2
100.00% : 1 of 1
8
get_WriteState() : Newtonsoft.Json.WriteState (in JsonWriter) 70.00% : 7 of 10
66.67% : 2 of 3
100.00% : 1 of 1
8
CreateDictionaryWrapper(System.Object dictionary) : Newtonsoft.Json.Utilities.IWrappedDictionary [static] (in CollectionUtils) 70.00% : 7 of 10
60.00% : 3 of 5
100.00% : 1 of 1
4
GetEndToken(Newtonsoft.Json.Linq.JContainer c) : System.Nullable<Newtonsoft.Json.JsonToken> (in JTokenReader) 71.43% : 5 of 7
66.67% : 2 of 3
100.00% : 1 of 1
4
Equals(System.Object obj) : System.Boolean (in JValue) 71.43% : 5 of 7
100.00% : 3 of 3
100.00% : 1 of 1
3
<CreateAndPopulateList>b__0(System.Collections.IList l,System.Boolean isTemporaryListReference) : void (in <>c__DisplayClass1) 71.43% : 5 of 7
N/A : 0 of 0
100.00% : 1 of 1
7
GetMemberUnderlyingType(System.Reflection.MemberInfo member) : System.Type [static] (in ReflectionUtils) 71.43% : 5 of 7
75.00% : 3 of 4
100.00% : 1 of 1
4
IsInstantiatableType(System.Type t) : System.Boolean [static] (in ReflectionUtils) 71.43% : 5 of 7
87.50% : 7 of 8
100.00% : 1 of 1
7
IsWhiteSpace(System.String s) : System.Boolean [static] (in StringUtils) 72.73% : 8 of 11
85.71% : 6 of 7
100.00% : 1 of 1
5
WriteToken(Newtonsoft.Json.JsonReader reader,System.Int32 initialDepth) : void (in JsonWriter) 73.81% : 31 of 42
90.00% : 9 of 10
100.00% : 1 of 1
22
ToUniversalTicks(System.DateTime dateTime) : System.Int64 [static] (in JsonConvert) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
SetStateBasedOnCurrent() : void (in JsonReader) 75.00% : 9 of 12
50.00% : 1 of 2
100.00% : 1 of 1
4
ValidateEnd(Newtonsoft.Json.JsonToken endToken) : void (in JsonReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_NullValueHandling(Newtonsoft.Json.NullValueHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling value) : void (in JsonSerializer) 75.00% : 3 of 4
60.00% : 3 of 5
100.00% : 1 of 1
3
IsSeperator(System.Char c) : System.Boolean (in JsonTextReader) 75.00% : 9 of 12
87.50% : 14 of 16
100.00% : 1 of 1
14
ParseFalse() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseNull() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseNumberNaN() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseNumberNegativeInfinity() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseNumberPositiveInfinity() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseTrue() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseUndefined() : void (in JsonTextReader) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
set_Indentation(System.Int32 value) : void (in JsonTextWriter) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteWhitespace(System.String ws) : void (in JsonWriter) 75.00% : 3 of 4
75.00% : 3 of 4
100.00% : 1 of 1
3
GetColumnDataType(Newtonsoft.Json.JsonToken tokenType) : System.Type [static] (in DataTableConverter) 75.00% : 6 of 8
66.67% : 2 of 3
100.00% : 1 of 1
6
ReadAndAssertProperty(Newtonsoft.Json.JsonReader reader,System.String propertyName) : void [static] (in EntityKeyMemberConverter) 75.00% : 3 of 4
50.00% : 2 of 4
100.00% : 1 of 1
3
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XAttributeWrapper) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
AddAfterSelf(System.Object content) : void (in JToken) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
Replace(Newtonsoft.Json.Linq.JToken value) : void (in JToken) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
GetHashCode(Newtonsoft.Json.Linq.JToken obj) : System.Int32 (in JTokenEqualityComparer) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Equals(Newtonsoft.Json.Linq.JValue other) : System.Boolean (in JValue) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetHashCode() : System.Int32 (in JValue) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
MapType(System.String type) : Newtonsoft.Json.Schema.JsonSchemaType [static] (in JsonSchemaBuilder) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
HasFlag(System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> value,Newtonsoft.Json.Schema.JsonSchemaType flag) : System.Boolean [static] (in JsonSchemaGenerator) 75.00% : 3 of 4
100.00% : 6 of 6
100.00% : 1 of 1
4
CreateMemberValueProvider(System.Reflection.MemberInfo member) : Newtonsoft.Json.Serialization.IValueProvider (in DefaultContractResolver) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ClearErrorContext() : void (in JsonSerializerInternalBase) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
CreateValueInternal(Newtonsoft.Json.JsonReader reader,System.Type objectType,Newtonsoft.Json.Serialization.JsonContract contract,Newtonsoft.Json.Serialization.JsonProperty member,System.Object existingValue) : System.Object (in JsonSerializerInternalReader) 75.00% : 15 of 20
81.82% : 9 of 11
100.00% : 1 of 1
15
ShouldSetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty property,System.Object value) : System.Boolean (in JsonSerializerInternalReader) 75.00% : 6 of 8
100.00% : 8 of 8
100.00% : 1 of 1
6
Serialize(Newtonsoft.Json.JsonWriter jsonWriter,System.Object value) : void (in JsonSerializerInternalWriter) 75.00% : 3 of 4
66.67% : 2 of 3
100.00% : 1 of 1
2
DeserializeInternal(Newtonsoft.Json.JsonReader reader,System.Type objectType) : System.Object (in JsonSerializerProxy) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
PopulateInternal(Newtonsoft.Json.JsonReader reader,System.Object target) : void (in JsonSerializerProxy) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
SerializeInternal(Newtonsoft.Json.JsonWriter jsonWriter,System.Object value) : void (in JsonSerializerProxy) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
get_ReflectionDelegateFactory() : Newtonsoft.Json.Utilities.ReflectionDelegateFactory [static] (in JsonTypeReflector) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
IsCompatibleObject(System.Object value) : System.Boolean [static] (in CollectionWrapper`1) 75.00% : 3 of 4
100.00% : 6 of 6
100.00% : 1 of 1
5
IsInteger(System.Object value) : System.Boolean [static] (in ConvertUtils) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Add(T item) : void (in ListWrapper`1) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ToString(System.Object value) : System.String [static] (in MiscellaneousUtils) 75.00% : 3 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
GetLength(System.String value) : System.Nullable<System.Int32> [static] (in StringUtils) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ArgumentTypeIsEnum(System.Type enumType,System.String parameterName) : void [static] (in ValidationUtils) 75.00% : 3 of 4
50.00% : 1 of 2
100.00% : 1 of 1
2
GetMethod(System.Reflection.MethodBase realMethod,System.Type[] parameterTypes) : System.Reflection.MethodInfo (in WrapperMethodBuilder) 75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadBytesNoStartWithUnexpectedEnd() : void (in JsonTextReaderTest) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
UnexpectedEndWhenParsingUnquotedProperty() : void (in JsonTextReaderTest) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
DuplicatePropertyNameShouldThrow() : void (in JObjectTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
InvalidPropertyValueCastExceptionMessage() : void (in JObjectTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
InvalidValueCastExceptionMessage() : void (in JObjectTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
IListAdd() : void (in JPropertyTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
IListClear() : void (in JPropertyTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
IListRemove() : void (in JPropertyTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
ValidateWithOutEventHandlerFailure() : void (in ExtensionsTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
UnresolvedReference() : void (in JsonSchemaBuilderTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
JsonPropertyWithHandlingValues_ReferenceLoopError() : void (in JsonSerializerTest) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeWithBadTypeName() : void (in TypeNameHandlingTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
CreateSetWithBadObjectValue() : void (in DynamicReflectionDelegateFactoryTests) 75.00% : 3 of 4
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeValue(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Converters.IXmlDocument document,System.Xml.XmlNamespaceManager manager,System.String propertyName,Newtonsoft.Json.Converters.IXmlNode currentNode) : void (in XmlNodeConverter) 76.47% : 13 of 17
88.89% : 8 of 9
100.00% : 1 of 1
9
ReadNormal() : System.Boolean (in BsonReader) 76.92% : 30 of 39
83.33% : 15 of 18
100.00% : 1 of 1
18
set_Department(Newtonsoft.Json.Tests.LinqToSql.Department value) : void (in Person) 76.92% : 10 of 13
75.00% : 6 of 8
100.00% : 1 of 1
5
set_Person(Newtonsoft.Json.Tests.LinqToSql.Person value) : void (in PersonRole) 76.92% : 10 of 13
75.00% : 6 of 8
100.00% : 1 of 1
5
set_Role(Newtonsoft.Json.Tests.LinqToSql.Role value) : void (in PersonRole) 76.92% : 10 of 13
75.00% : 6 of 8
100.00% : 1 of 1
5
SetToken(Newtonsoft.Json.Linq.JToken token) : void (in JTokenReader) 77.42% : 24 of 31
50.00% : 1 of 2
100.00% : 1 of 1
14
ToUniversalTicks(System.DateTime dateTime,System.TimeSpan offset) : System.Int64 [static] (in JsonConvert) 77.78% : 7 of 9
100.00% : 4 of 4
100.00% : 1 of 1
4
Read() : System.Boolean (in JsonTextReader) 77.78% : 14 of 18
91.67% : 11 of 12
100.00% : 1 of 1
11
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in StringEnumConverter) 77.78% : 7 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
get_DynamicCodeGeneration() : System.Boolean [static] (in JsonTypeReflector) 77.78% : 7 of 9
100.00% : 3 of 3
100.00% : 1 of 1
2
AddRange<T>(System.Collections.Generic.IList<T> initial,System.Collections.Generic.IEnumerable<T> collection) : void [static] (in CollectionUtils) 77.78% : 7 of 9
85.71% : 6 of 7
100.00% : 1 of 1
5
ParseValue(System.Char currentChar) : System.Boolean (in JsonTextReader) 78.00% : 39 of 50
87.10% : 27 of 31
100.00% : 1 of 1
31
GetPropertyName(Newtonsoft.Json.Converters.IXmlNode node,System.Xml.XmlNamespaceManager manager) : System.String (in XmlNodeConverter) 78.57% : 11 of 14
75.00% : 3 of 4
100.00% : 1 of 1
11
GetNamesAndValues<TUnderlyingType>(System.Type enumType) : Newtonsoft.Json.Utilities.EnumValues<TUnderlyingType> [static] (in EnumUtils) 78.57% : 11 of 14
66.67% : 4 of 6
100.00% : 1 of 1
3
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in JavaScriptDateTimeConverter) 78.95% : 15 of 19
66.67% : 10 of 15
100.00% : 1 of 1
9
ProcessOptions() : void (in JsonSchemaBuilder) 79.17% : 19 of 24
65.00% : 13 of 20
100.00% : 1 of 1
12
.ctor(System.Type converterType) : void (in JsonConverterAttribute) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
IsStartToken(Newtonsoft.Json.JsonToken token) : System.Boolean [static] (in JsonReader) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
get_CurrentMemberSchema() : Newtonsoft.Json.Schema.JsonSchemaModel (in JsonValidatingReader) 80.00% : 16 of 20
88.89% : 16 of 18
100.00% : 1 of 1
14
set_Schema(Newtonsoft.Json.Schema.JsonSchema value) : void (in JsonValidatingReader) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
BytesInSequence(System.Byte b) : System.Int32 (in BsonReader) 80.00% : 8 of 10
100.00% : 11 of 11
100.00% : 1 of 1
8
ReadAsBytes() : System.Byte[] (in BsonReader) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteValue(System.UInt32 value) : void (in BsonWriter) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteValue(System.UInt64 value) : void (in BsonWriter) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in BinaryConverter) 80.00% : 12 of 15
72.73% : 8 of 11
100.00% : 1 of 1
7
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in BsonObjectIdConverter) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
FromObject(System.Object o,Newtonsoft.Json.JsonSerializer jsonSerializer) : Newtonsoft.Json.Linq.JArray [static] (in JArray) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
FromObject(System.Object o,Newtonsoft.Json.JsonSerializer jsonSerializer) : Newtonsoft.Json.Linq.JObject [static] (in JObject) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Boolean [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Byte[] [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.DateTime [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.DateTimeOffset [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Decimal [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Double [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Int64 [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Single [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.UInt32 [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.UInt64 [static] (in JToken) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean (in JValue) 80.00% : 4 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
GetTypeDescriptor(System.Type type,System.Object instance) : System.ComponentModel.ICustomTypeDescriptor (in JTypeDescriptionProvider) 80.00% : 4 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
ProcessType() : System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> (in JsonSchemaBuilder) 80.00% : 8 of 10
75.00% : 9 of 12
100.00% : 1 of 1
7
BindToType(System.String assemblyName,System.String typeName) : System.Type (in DefaultSerializationBinder) 80.00% : 8 of 10
66.67% : 4 of 6
100.00% : 1 of 1
4
CheckForCircularReference(System.Object value,System.Nullable<Newtonsoft.Json.ReferenceLoopHandling> referenceLoopHandling,Newtonsoft.Json.Serialization.JsonContract contract) : System.Boolean (in JsonSerializerInternalWriter) 80.00% : 8 of 10
87.50% : 7 of 8
100.00% : 1 of 1
6
Add(TFirst first,TSecond second) : void (in BidirectionalDictionary`2) 80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
GetUnderlyingObject(System.Object wrapper) : System.Object [static] (in DynamicWrapper) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
BytesToHex(System.Byte[] bytes,System.Boolean removeDashes) : System.String [static] (in MiscellaneousUtils) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
GetTypeName(System.Type t,System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat) : System.String [static] (in ReflectionUtils) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
ForgivingCaseSensitiveFind<TSource>(System.Collections.Generic.IEnumerable<TSource> source,System.Func<TSource,System.String> valueSelector,System.String testValue) : TSource [static] (in StringUtils) 80.00% : 8 of 10
71.43% : 5 of 7
100.00% : 1 of 1
5
SetType(System.Type interfaceType,System.Type realObjectType,System.Type wrapperType) : void (in WrapperDictionary) 80.00% : 4 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
ExecuteMethod(System.Reflection.MethodBase newMethod,System.Type[] parameterTypes,System.Reflection.Emit.ILGenerator ilGenerator) : void (in WrapperMethodBuilder) 80.00% : 4 of 5
66.67% : 2 of 3
100.00% : 1 of 1
2
TestInvalidStrings() : void (in JsonConvertTest) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
ReadBytesWithUnexpectedEnd() : void (in JsonTextReaderTest) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
ThrowExceptionWhenNoValidationEventHandler() : void (in JsonValidatingReaderTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteComment() : void (in BsonWriterTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteConstructor() : void (in BsonWriterTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteRaw() : void (in BsonWriterTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteRawValue() : void (in BsonWriterTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericListJTokenAddBadToken() : void (in JObjectTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericListJTokenAddBadValue() : void (in JObjectTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
IListAddBadToken() : void (in JObjectTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
IListAddBadValue() : void (in JObjectTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
IListSetItemInvalid() : void (in JObjectTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
DeserializeInterfaceProperty() : void (in JsonSerializerTest) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in PosConverter) 80.00% : 4 of 5
50.00% : 1 of 2
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in PosDoubleConverter) 80.00% : 4 of 5
50.00% : 1 of 2
100.00% : 1 of 1
2
SerializeCircularDictionarysError() : void (in PreserveReferencesHandlingTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
CreateGetWithBadObjectTarget() : void (in DynamicReflectionDelegateFactoryTests) 80.00% : 4 of 5
0.00% : 0 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in StringEnumConverter) 81.82% : 9 of 11
77.78% : 7 of 9
100.00% : 1 of 1
6
ProcessIdentity() : void (in JsonSchemaBuilder) 81.82% : 9 of 11
66.67% : 6 of 9
100.00% : 1 of 1
6
ProcessProperties() : void (in JsonSchemaBuilder) 81.82% : 9 of 11
66.67% : 6 of 9
100.00% : 1 of 1
5
SetValue(System.Object target,System.Object value) : void (in DynamicValueProvider) 81.82% : 9 of 11
77.78% : 7 of 9
100.00% : 1 of 1
5
CreateISerializable(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonISerializableContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 81.82% : 18 of 22
71.43% : 10 of 14
100.00% : 1 of 1
8
ContainsValue<TSource>(System.Collections.Generic.IEnumerable<TSource> source,TSource value,System.Collections.Generic.IEqualityComparer<TSource> comparer) : System.Boolean [static] (in CollectionUtils) 81.82% : 9 of 11
77.78% : 7 of 9
100.00% : 1 of 1
6
EnsureTypeAssignable(System.Object value,System.Type initialType,System.Type targetType) : System.Object [static] (in ConvertUtils) 81.82% : 9 of 11
100.00% : 11 of 11
100.00% : 1 of 1
7
GetCollectionItemType(System.Type type) : System.Type [static] (in ReflectionUtils) 81.82% : 9 of 11
71.43% : 5 of 7
100.00% : 1 of 1
5
GetTypeForCloseToken(Newtonsoft.Json.JsonToken token) : Newtonsoft.Json.Linq.JTokenType (in JsonReader) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
3
ParseObject(System.Char currentChar) : System.Boolean (in JsonTextReader) 83.33% : 10 of 12
100.00% : 11 of 11
100.00% : 1 of 1
9
ValidateNull(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
GetCloseTokenForType(Newtonsoft.Json.Linq.JTokenType type) : Newtonsoft.Json.JsonToken (in JsonWriter) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
3
GetTypeForCloseToken(Newtonsoft.Json.JsonToken token) : Newtonsoft.Json.Linq.JTokenType (in JsonWriter) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
3
.ctor(System.Byte[] value) : void (in BsonObjectId) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteObjectId(System.Byte[] value) : void (in BsonWriter) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in BsonObjectIdConverter) 83.33% : 5 of 6
50.00% : 1 of 2
100.00% : 1 of 1
2
MoveNext() : System.Boolean (in d__4) 83.33% : 5 of 6
N/A : 0 of 0
100.00% : 1 of 1
4
Value<T,U>(System.Collections.Generic.IEnumerable<T> value) : U [static] (in Extensions) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
Load(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JArray [static] (in JArray) 83.33% : 10 of 12
77.78% : 7 of 9
100.00% : 1 of 1
5
Compare(Newtonsoft.Json.Linq.JTokenType valueType,System.Object objA,System.Object objB) : System.Boolean [static] (in JValue) 83.33% : 15 of 18
80.00% : 12 of 15
100.00% : 1 of 1
14
AddItem(Newtonsoft.Json.Schema.JsonSchemaNode parentNode,System.Int32 index,Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaModelBuilder) 83.33% : 5 of 6
50.00% : 2 of 4
100.00% : 1 of 1
3
Convert(System.Object value,System.Type type) : System.Object (in JsonFormatterConverter) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
GetErrorContext(System.Object currentObject,System.Object member,System.Exception error) : Newtonsoft.Json.Serialization.ErrorContext (in JsonSerializerInternalBase) 83.33% : 5 of 6
80.00% : 4 of 5
100.00% : 1 of 1
3
FormatValueForPrint(System.Object value) : System.String (in JsonSerializerInternalReader) 83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
GetSingleItem<T>(System.Collections.Generic.IList<T> list,System.Boolean returnDefaultIfEmpty) : T [static] (in CollectionUtils) 83.33% : 5 of 6
66.67% : 4 of 6
100.00% : 1 of 1
4
ToArray(System.Array initial,System.Type type) : System.Array [static] (in CollectionUtils) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
.ctor(System.Collections.IList list) : void (in ListWrapper`1) 83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
IntLength(System.Int32 i) : System.Int32 [static] (in MathUtils) 83.33% : 5 of 6
75.00% : 3 of 4
100.00% : 1 of 1
3
Max(System.Nullable<System.Int32> val1,System.Nullable<System.Int32> val2) : System.Nullable<System.Int32> [static] (in MathUtils) 83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
Min(System.Nullable<System.Int32> val1,System.Nullable<System.Int32> val2) : System.Nullable<System.Int32> [static] (in MathUtils) 83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
InheritsGenericDefinition(System.Type type,System.Type genericClassDefinition,byref System.Type implementingType) : System.Boolean [static] (in ReflectionUtils) 83.33% : 5 of 6
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Func<TKey,TValue> creator) : void (in ThreadSafeStore`2) 83.33% : 5 of 6
66.67% : 2 of 3
100.00% : 1 of 1
2
InvalidQuoteChar() : void (in JsonTextWriterTest) 83.33% : 5 of 6
50.00% : 1 of 2
100.00% : 1 of 1
2
GenericCollectionCopyToInsufficientArrayCapacity() : void (in JArrayTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericCollectionCopyToInsufficientArrayCapacity() : void (in JObjectTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
GenericListJTokenAddPropertyWithExistingName() : void (in JObjectTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
IListAddPropertyWithExistingName() : void (in JObjectTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
SerializeCircularListsError() : void (in PreserveReferencesHandlingTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
CreateSetWithBadTarget() : void (in DynamicReflectionDelegateFactoryTests) 83.33% : 5 of 6
0.00% : 0 of 1
100.00% : 1 of 1
1
ValidateCurrentToken() : void (in JsonValidatingReader) 84.09% : 37 of 44
87.50% : 7 of 8
100.00% : 1 of 1
19
CreateAndPopulateList(System.Type listType,System.Action<System.Collections.IList,System.Boolean> populateList) : System.Object [static] (in CollectionUtils) 84.44% : 38 of 45
65.38% : 17 of 26
100.00% : 1 of 1
17
Load(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JObject [static] (in JObject) 84.62% : 11 of 13
77.78% : 7 of 9
100.00% : 1 of 1
5
Convert(System.Object initialValue,System.Globalization.CultureInfo culture,System.Type targetType) : System.Object [static] (in ConvertUtils) 85.37% : 35 of 41
80.00% : 32 of 40
100.00% : 1 of 1
27
PopulateObject(System.String value,System.Object target,Newtonsoft.Json.JsonSerializerSettings settings) : void [static] (in JsonConvert) 85.71% : 6 of 7
83.33% : 5 of 6
100.00% : 1 of 1
4
Read() : System.Boolean (in JsonValidatingReader) 85.71% : 6 of 7
100.00% : 3 of 3
100.00% : 1 of 1
3
GetByteArray(System.Object value) : System.Byte[] (in BinaryConverter) 85.71% : 6 of 7
75.00% : 3 of 4
100.00% : 1 of 1
3
CreateInstruction(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Converters.IXmlDocument document,Newtonsoft.Json.Converters.IXmlNode currentNode,System.String propertyName) : void (in XmlNodeConverter) 85.71% : 18 of 21
72.73% : 8 of 11
100.00% : 1 of 1
8
IsTokenUnchanged(Newtonsoft.Json.Linq.JToken currentValue,Newtonsoft.Json.Linq.JToken newValue) : System.Boolean [static] (in JContainer) 85.71% : 6 of 7
100.00% : 5 of 5
100.00% : 1 of 1
4
AddBeforeSelf(System.Object content) : void (in JToken) 85.71% : 6 of 7
80.00% : 4 of 5
100.00% : 1 of 1
3
EnsureValue(Newtonsoft.Json.Linq.JToken value) : Newtonsoft.Json.Linq.JValue [static] (in JToken) 85.71% : 6 of 7
80.00% : 4 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Boolean> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.DateTime> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.DateTimeOffset> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Decimal> [static] (in JToken) 85.71% : 6 of 7
75.00% : 6 of 8
100.00% : 1 of 1
5
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Double> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Int32> [static] (in JToken) 85.71% : 6 of 7
62.50% : 5 of 8
100.00% : 1 of 1
5
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Int64> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.Single> [static] (in JToken) 85.71% : 6 of 7
75.00% : 6 of 8
100.00% : 1 of 1
5
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.UInt32> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Nullable<System.UInt64> [static] (in JToken) 85.71% : 6 of 7
66.67% : 4 of 6
100.00% : 1 of 1
4
ProcessEnum() : void (in JsonSchemaBuilder) 85.71% : 6 of 7
71.43% : 5 of 7
100.00% : 1 of 1
4
EnsureArrayContract(System.Type objectType,Newtonsoft.Json.Serialization.JsonContract contract) : Newtonsoft.Json.Serialization.JsonArrayContract (in JsonSerializerInternalReader) 85.71% : 6 of 7
80.00% : 4 of 5
100.00% : 1 of 1
3
PopulateDictionary(Newtonsoft.Json.Utilities.IWrappedDictionary dictionary,Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonDictionaryContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 85.71% : 18 of 21
81.82% : 9 of 11
100.00% : 1 of 1
6
GetMetadataTypeAttributeType() : System.Type [static] (in JsonTypeReflector) 85.71% : 6 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
GetDictionaryKeyValueTypes(System.Type dictionaryType,byref System.Type keyType,byref System.Type valueType) : void [static] (in ReflectionUtils) 85.71% : 12 of 14
60.00% : 3 of 5
100.00% : 1 of 1
4
Generate(System.Reflection.MethodInfo newMethod) : void (in WrapperMethodBuilder) 85.71% : 12 of 14
57.14% : 4 of 7
100.00% : 1 of 1
5
GenericListJTokenSetItemAlreadyExists() : void (in JObjectTests) 85.71% : 6 of 7
0.00% : 0 of 1
100.00% : 1 of 1
1
IListSetItemAlreadyExists() : void (in JObjectTests) 85.71% : 6 of 7
0.00% : 0 of 1
100.00% : 1 of 1
1
set_PersonId(System.Guid value) : void (in PersonRole) 85.71% : 6 of 7
75.00% : 3 of 4
100.00% : 1 of 1
3
set_RoleId(System.Guid value) : void (in PersonRole) 85.71% : 6 of 7
75.00% : 3 of 4
100.00% : 1 of 1
3
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in ConverterPrecedenceClassConverter) 85.71% : 6 of 7
66.67% : 2 of 3
100.00% : 1 of 1
2
CreateSetWithBadObjectTarget() : void (in DynamicReflectionDelegateFactoryTests) 85.71% : 6 of 7
0.00% : 0 of 1
100.00% : 1 of 1
1
ReadReference() : System.Boolean (in BsonReader) 86.36% : 19 of 22
70.00% : 7 of 10
100.00% : 1 of 1
7
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in EntityKeyMemberConverter) 86.67% : 13 of 15
77.78% : 7 of 9
100.00% : 1 of 1
5
AssignableToTypeName(System.Type type,System.String fullTypeName,byref System.Type match) : System.Boolean [static] (in ReflectionUtils) 86.67% : 13 of 15
100.00% : 7 of 7
100.00% : 1 of 1
5
CanReadMemberValue(System.Reflection.MemberInfo member,System.Boolean nonPublic) : System.Boolean [static] (in ReflectionUtils) 86.67% : 13 of 15
100.00% : 7 of 7
100.00% : 1 of 1
7
DeserializeObject(System.String value,System.Type type,Newtonsoft.Json.JsonSerializerSettings settings) : System.Object [static] (in JsonConvert) 87.50% : 7 of 8
83.33% : 5 of 6
100.00% : 1 of 1
4
MatchValue(System.Char firstChar,System.String value) : System.Boolean (in JsonTextReader) 87.50% : 7 of 8
100.00% : 8 of 8
100.00% : 1 of 1
5
MatchValue(System.Char firstChar,System.String value,System.Boolean noTrailingNonSeperatorCharacters) : System.Boolean (in JsonTextReader) 87.50% : 7 of 8
85.71% : 6 of 7
100.00% : 1 of 1
5
WriteToken(Newtonsoft.Json.JsonReader reader) : void (in JsonWriter) 87.50% : 7 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
Read() : System.Boolean (in BsonReader) 87.50% : 7 of 8
66.67% : 2 of 3
100.00% : 1 of 1
3
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in CustomCreationConverter`1) 87.50% : 7 of 8
75.00% : 3 of 4
100.00% : 1 of 1
3
WrapNode(System.Xml.Linq.XObject node) : Newtonsoft.Json.Converters.IXmlNode [static] (in XContainerWrapper) 87.50% : 14 of 16
100.00% : 8 of 8
100.00% : 1 of 1
8
ReadFrom(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 87.50% : 14 of 16
81.82% : 9 of 11
100.00% : 1 of 1
8
SerializeConvertable(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter converter,System.Object value,Newtonsoft.Json.Serialization.JsonContract contract) : void (in JsonSerializerInternalWriter) 87.50% : 7 of 8
100.00% : 3 of 3
100.00% : 1 of 1
3
GetAttribute<T>(System.Reflection.ICustomAttributeProvider attributeProvider) : T [static] (in JsonTypeReflector) 87.50% : 7 of 8
100.00% : 3 of 3
100.00% : 1 of 1
3
GetStrongKey() : System.Byte[] [static] (in DynamicWrapper) 87.50% : 7 of 8
75.00% : 3 of 4
100.00% : 1 of 1
3
GetFlagsValues<T>(T value) : System.Collections.Generic.IList<T> [static] (in EnumUtils) 87.50% : 14 of 16
85.71% : 12 of 14
100.00% : 1 of 1
8
CreateGet<T>(System.Reflection.MemberInfo memberInfo) : System.Func<T,System.Object> (in ReflectionDelegateFactory) 87.50% : 7 of 8
75.00% : 3 of 4
100.00% : 1 of 1
3
CreateSet<T>(System.Reflection.MemberInfo memberInfo) : System.Action<T,System.Object> (in ReflectionDelegateFactory) 87.50% : 7 of 8
75.00% : 3 of 4
100.00% : 1 of 1
3
BadWriteEndArray() : void (in JsonTextWriterTest) 87.50% : 7 of 8
50.00% : 1 of 2
100.00% : 1 of 1
2
MissingMemberDeserialize() : void (in MissingMemberHandlingTests) 87.50% : 7 of 8
0.00% : 0 of 1
100.00% : 1 of 1
1
CanSetMemberValue(System.Reflection.MemberInfo member,System.Boolean nonPublic) : System.Boolean [static] (in ReflectionUtils) 88.24% : 15 of 17
100.00% : 8 of 8
100.00% : 1 of 1
8
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in XmlNodeConverter) 88.46% : 23 of 26
80.00% : 12 of 15
100.00% : 1 of 1
9
ParseUnquotedProperty(System.Char firstChar) : System.Char (in JsonTextReader) 88.89% : 8 of 9
90.91% : 10 of 11
100.00% : 1 of 1
6
.ctor(System.IO.TextWriter textWriter) : void (in JsonTextWriter) 88.89% : 8 of 9
66.67% : 2 of 3
100.00% : 1 of 1
2
WriteEnd(Newtonsoft.Json.JsonToken token) : void (in JsonTextWriter) 88.89% : 8 of 9
50.00% : 1 of 2
100.00% : 1 of 1
3
ProcessItems() : void (in JsonSchemaBuilder) 88.89% : 8 of 9
66.67% : 4 of 6
100.00% : 1 of 1
4
ResolvePropertyName(System.String propertyName) : System.String (in CamelCasePropertyNamesContractResolver) 88.89% : 8 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
AddProperty(Newtonsoft.Json.Serialization.JsonProperty property) : void (in JsonPropertyCollection) 88.89% : 8 of 9
83.33% : 5 of 6
100.00% : 1 of 1
4
GetAssociateMetadataTypeFromAttribute(System.Type type) : System.Type [static] (in JsonTypeReflector) 88.89% : 8 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
ByteArrayCompare(System.Byte[] a1,System.Byte[] a2) : System.Boolean [static] (in MiscellaneousUtils) 88.89% : 8 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
Deserialize<T>(Newtonsoft.Json.Tests.PerformanceTests+SerializeMethod method,System.Object json) : T (in PerformanceTests) 88.89% : 8 of 9
66.67% : 2 of 3
100.00% : 1 of 1
6
ReadBytesFailure() : void (in JTokenReaderTest) 88.89% : 8 of 9
50.00% : 1 of 2
100.00% : 1 of 1
2
ParseDate(System.String text) : void (in JsonTextReader) 89.47% : 17 of 19
100.00% : 6 of 6
100.00% : 1 of 1
5
System.ComponentModel.IBindingList.AddNew() : System.Object (in JContainer) 90.00% : 9 of 10
80.00% : 4 of 5
100.00% : 1 of 1
3
GetNames(System.Type enumType) : System.Collections.Generic.IList<System.String> [static] (in EnumUtils) 90.00% : 9 of 10
85.71% : 6 of 7
100.00% : 1 of 1
5
GetDecimalPlaces(System.Double value) : System.Int32 [static] (in MathUtils) 90.00% : 9 of 10
100.00% : 6 of 6
100.00% : 1 of 1
4
MissingColon() : void (in JsonTextReaderTest) 90.00% : 9 of 10
0.00% : 0 of 1
100.00% : 1 of 1
1
SerializeRefAdditionalContent() : void (in JsonSerializerTest) 90.00% : 9 of 10
0.00% : 0 of 1
100.00% : 1 of 1
1
SerializeRefBadType() : void (in JsonSerializerTest) 90.00% : 9 of 10
0.00% : 0 of 1
100.00% : 1 of 1
1
ReadContentFrom(Newtonsoft.Json.JsonReader r) : void (in JContainer) 90.77% : 59 of 65
93.33% : 14 of 15
100.00% : 1 of 1
21
ValidateInEnumAndNotDisallowed(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 90.91% : 10 of 11
100.00% : 9 of 9
100.00% : 1 of 1
6
ValidateInteger(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 90.91% : 10 of 11
85.71% : 12 of 14
100.00% : 1 of 1
9
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in XmlNodeConverter) 90.91% : 10 of 11
75.00% : 3 of 4
100.00% : 1 of 1
3
ReadOver(Newtonsoft.Json.Linq.JToken t) : System.Boolean (in JTokenReader) 90.91% : 10 of 11
100.00% : 7 of 7
100.00% : 1 of 1
6
GetValues(System.Type enumType) : System.Collections.Generic.IList<System.Object> [static] (in EnumUtils) 90.91% : 10 of 11
85.71% : 6 of 7
100.00% : 1 of 1
5
GenerateSchemaAndSerializeFromType<T>(T value) : void (in ExtensionsTests) 90.91% : 10 of 11
66.67% : 2 of 3
100.00% : 1 of 1
2
CreateObjectFromNonDefaultConstructor(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonObjectContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 91.11% : 41 of 45
88.57% : 31 of 35
100.00% : 1 of 1
23
Create(Newtonsoft.Json.JsonSerializerSettings settings) : Newtonsoft.Json.JsonSerializer [static] (in JsonSerializer) 91.67% : 22 of 24
84.62% : 11 of 13
100.00% : 1 of 1
7
ContentsEqual(Newtonsoft.Json.Linq.JContainer container) : System.Boolean (in JContainer) 91.67% : 11 of 12
92.31% : 12 of 13
100.00% : 1 of 1
9
ReplaceItem(Newtonsoft.Json.Linq.JToken existing,Newtonsoft.Json.Linq.JToken replacement) : void (in JContainer) 91.67% : 22 of 24
90.91% : 10 of 11
100.00% : 1 of 1
7
CreateProperties(Newtonsoft.Json.Serialization.JsonObjectContract contract) : System.Collections.Generic.IList<Newtonsoft.Json.Serialization.JsonProperty> (in DefaultContractResolver) 91.67% : 11 of 12
85.71% : 6 of 7
100.00% : 1 of 1
4
CreateGet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Func<T,System.Object> (in DynamicReflectionDelegateFactory) 91.67% : 11 of 12
80.00% : 4 of 5
100.00% : 1 of 1
3
AddValue(TKey key) : TValue (in ThreadSafeStore`2) 91.67% : 11 of 12
100.00% : 4 of 4
100.00% : 1 of 1
3
PopulateObject(System.Object newObject,Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonObjectContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 92.11% : 35 of 38
89.66% : 26 of 29
100.00% : 1 of 1
17
ParseConstructor() : void (in JsonTextReader) 92.31% : 12 of 13
87.50% : 7 of 8
100.00% : 1 of 1
5
ValidateFloat(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 92.31% : 12 of 13
90.00% : 18 of 20
100.00% : 1 of 1
12
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in IsoDateTimeConverter) 92.31% : 12 of 13
81.25% : 13 of 16
100.00% : 1 of 1
9
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in JavaScriptDateTimeConverter) 92.31% : 12 of 13
75.00% : 3 of 4
100.00% : 1 of 1
3
ClearItems() : void (in JContainer) 92.31% : 12 of 13
77.78% : 7 of 9
100.00% : 1 of 1
5
ResolveContract(System.Type type) : Newtonsoft.Json.Serialization.JsonContract (in DefaultContractResolver) 92.31% : 12 of 13
88.89% : 8 of 9
100.00% : 1 of 1
5
ParseComment() : void (in JsonTextReader) 92.86% : 13 of 14
86.67% : 13 of 15
100.00% : 1 of 1
8
ReadAsBytes() : System.Byte[] (in JsonTextReader) 92.86% : 26 of 28
96.00% : 24 of 25
100.00% : 1 of 1
17
Convert<T,U>(T token,System.Boolean cast) : U [static] (in Extensions) 92.86% : 13 of 14
87.50% : 7 of 8
100.00% : 1 of 1
6
CreateDefaultConstructor<T>(System.Type type) : System.Func<T> (in DynamicReflectionDelegateFactory) 92.86% : 13 of 14
80.00% : 4 of 5
100.00% : 1 of 1
3
AutoCompleteClose(Newtonsoft.Json.JsonToken tokenBeingClosed) : void (in JsonWriter) 93.10% : 27 of 29
85.71% : 12 of 14
100.00% : 1 of 1
10
SerializeDictionary(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Utilities.IWrappedDictionary values,Newtonsoft.Json.Serialization.JsonDictionaryContract contract,Newtonsoft.Json.Serialization.JsonProperty member) : void (in JsonSerializerInternalWriter) 93.55% : 29 of 31
83.33% : 15 of 18
100.00% : 1 of 1
11
WriteType(System.String propertyName,Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Schema.JsonSchemaType type) : void (in JsonSchemaWriter) 93.75% : 15 of 16
100.00% : 9 of 9
100.00% : 1 of 1
7
GetJsonSchemaType(System.Type type,Newtonsoft.Json.Required valueRequired) : Newtonsoft.Json.Schema.JsonSchemaType (in JsonSchemaGenerator) 94.12% : 16 of 17
88.89% : 8 of 9
100.00% : 1 of 1
12
ParsePostValue(System.Char currentChar) : System.Boolean (in JsonTextReader) 94.44% : 17 of 18
100.00% : 16 of 16
100.00% : 1 of 1
13
AutoComplete(Newtonsoft.Json.JsonToken tokenBeingWritten) : void (in JsonWriter) 94.44% : 17 of 18
95.24% : 20 of 21
100.00% : 1 of 1
13
CreateContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonContract (in DefaultContractResolver) 94.44% : 17 of 18
100.00% : 9 of 9
100.00% : 1 of 1
9
ReadAttributeElements(Newtonsoft.Json.JsonReader reader,System.Xml.XmlNamespaceManager manager) : System.Collections.Generic.Dictionary<System.String,System.String> (in XmlNodeConverter) 94.59% : 35 of 37
92.00% : 23 of 25
100.00% : 1 of 1
18
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in IsoDateTimeConverter) 94.74% : 18 of 19
100.00% : 14 of 14
100.00% : 1 of 1
10
PopulateList(Newtonsoft.Json.Utilities.IWrappedCollection wrappedList,Newtonsoft.Json.JsonReader reader,System.String reference,Newtonsoft.Json.Serialization.JsonArrayContract contract) : System.Object (in JsonSerializerInternalReader) 94.74% : 18 of 19
88.89% : 8 of 9
100.00% : 1 of 1
6
DeserializeNode(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Converters.IXmlDocument document,System.Xml.XmlNamespaceManager manager,Newtonsoft.Json.Converters.IXmlNode currentNode) : void (in XmlNodeConverter) 95.00% : 19 of 20
80.95% : 17 of 21
100.00% : 1 of 1
13
CreateObject(Newtonsoft.Json.JsonReader reader,System.Type objectType,Newtonsoft.Json.Serialization.JsonContract contract,Newtonsoft.Json.Serialization.JsonProperty member,System.Object existingValue) : System.Object (in JsonSerializerInternalReader) 95.00% : 57 of 60
94.74% : 36 of 38
100.00% : 1 of 1
23
Serialize(Newtonsoft.Json.Tests.PerformanceTests+SerializeMethod method,System.Object value) : System.String (in PerformanceTests) 95.00% : 19 of 20
66.67% : 2 of 3
100.00% : 1 of 1
6
ImplementsGenericDefinition(System.Type type,System.Type genericInterfaceDefinition,byref System.Type implementingType) : System.Boolean [static] (in ReflectionUtils) 95.24% : 20 of 21
86.67% : 13 of 15
100.00% : 1 of 1
9
GetValueType(System.Nullable<Newtonsoft.Json.Linq.JTokenType> current,System.Object value) : Newtonsoft.Json.Linq.JTokenType [static] (in JValue) 95.45% : 21 of 22
95.65% : 22 of 23
100.00% : 1 of 1
20
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void (in JValue) 95.65% : 22 of 23
90.91% : 10 of 11
100.00% : 1 of 1
17
BuildSchema() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaBuilder) 95.65% : 22 of 23
81.82% : 9 of 11
100.00% : 1 of 1
7
AddSchema(Newtonsoft.Json.Schema.JsonSchemaNode existingNode,Newtonsoft.Json.Schema.JsonSchema schema) : Newtonsoft.Json.Schema.JsonSchemaNode (in JsonSchemaModelBuilder) 96.00% : 24 of 25
100.00% : 20 of 20
100.00% : 1 of 1
12
SerializeNode(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Converters.IXmlNode node,System.Xml.XmlNamespaceManager manager,System.Boolean writePropertyName) : void (in XmlNodeConverter) 96.08% : 49 of 51
97.14% : 34 of 35
100.00% : 1 of 1
26
ReadCodeWScope() : System.Boolean (in BsonReader) 96.15% : 25 of 26
75.00% : 6 of 8
100.00% : 1 of 1
8
SerializeValue(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.Serialization.JsonProperty member,Newtonsoft.Json.Serialization.JsonContract contract) : void (in JsonSerializerInternalWriter) 96.15% : 25 of 26
95.65% : 22 of 23
100.00% : 1 of 1
18
GetString(System.Int32 length) : System.String (in BsonReader) 96.30% : 26 of 27
93.33% : 14 of 15
100.00% : 1 of 1
9
ProcessSchemaProperty(System.String propertyName) : void (in JsonSchemaBuilder) 96.43% : 54 of 56
100.00% : 5 of 5
100.00% : 1 of 1
29
CreateMethodCall<T>(System.Reflection.MethodBase method) : Newtonsoft.Json.Utilities.MethodCall<T,System.Object> (in DynamicReflectionDelegateFactory) 96.77% : 30 of 31
87.50% : 14 of 16
100.00% : 1 of 1
9
GenerateInternal(System.Type type,Newtonsoft.Json.Required valueRequired,System.Boolean optional) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 97.14% : 68 of 70
91.23% : 52 of 57
100.00% : 1 of 1
35
CalculateSize(Newtonsoft.Json.Bson.BsonToken t) : System.Int32 (in BsonBinaryWriter) 98.00% : 49 of 50
90.91% : 10 of 11
100.00% : 1 of 1
18
ReadType(Newtonsoft.Json.Bson.BsonType type) : void (in BsonReader) 98.25% : 56 of 57
66.67% : 2 of 3
100.00% : 1 of 1
18
WriteTokenInternal(Newtonsoft.Json.Bson.BsonToken t) : void (in BsonBinaryWriter) 98.46% : 64 of 65
90.00% : 9 of 10
100.00% : 1 of 1
18
.ctor() : void (in JsonContainerAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IsReference(System.Boolean value) : void (in JsonContainerAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertDateTimeToJavaScriptTicks(System.DateTime dateTime) : System.Int64 [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertDateTimeToJavaScriptTicks(System.DateTime dateTime,System.TimeSpan offset) : System.Int64 [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertJavaScriptTicksToDateTime(System.Int64 javaScriptTicks) : System.DateTime [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeAnonymousType<T>(System.String value,T anonymousTypeObject) : T [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObject(System.String value) : System.Object [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObject(System.String value,System.Type type) : System.Object [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObject(System.String value,System.Type type,Newtonsoft.Json.JsonConverter[] converters) : System.Object [static] (in JsonConvert) 100.00% : 3 of 3
80.00% : 4 of 5
100.00% : 1 of 1
3
DeserializeObject<T>(System.String value) : T [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObject<T>(System.String value,Newtonsoft.Json.JsonConverter[] converters) : T [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObject<T>(System.String value,Newtonsoft.Json.JsonSerializerSettings settings) : T [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeXmlNode(System.String value,System.String deserializeRootElementName) : System.Xml.XmlDocument [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeXNode(System.String value,System.String deserializeRootElementName) : System.Xml.Linq.XDocument [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
EnsureDecimalPlace(System.Double value,System.String text) : System.String [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 6 of 6
100.00% : 1 of 1
5
EnsureDecimalPlace(System.String text) : System.String [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetUtcOffset(System.DateTime dateTime) : System.TimeSpan [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
IsJsonPrimitiveType(System.Type type) : System.Boolean [static] (in JsonConvert) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
IsJsonPrimitiveTypeCode(System.TypeCode typeCode) : System.Boolean [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.cctor() : void [static] (in JsonConvert) 100.00% : 8 of 8
N/A : 0 of 0
100.00% : 1 of 1
1
PopulateObject(System.String value,System.Object target) : void [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeObject(System.Object value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeObject(System.Object value,Newtonsoft.Json.Formatting formatting) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeObject(System.Object value,Newtonsoft.Json.Formatting formatting,Newtonsoft.Json.JsonConverter[] converters) : System.String [static] (in JsonConvert) 100.00% : 3 of 3
80.00% : 4 of 5
100.00% : 1 of 1
3
SerializeObject(System.Object value,Newtonsoft.Json.Formatting formatting,Newtonsoft.Json.JsonSerializerSettings settings) : System.String [static] (in JsonConvert) 100.00% : 8 of 8
100.00% : 2 of 2
100.00% : 1 of 1
2
SerializeObject(System.Object value,Newtonsoft.Json.JsonConverter[] converters) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeXmlNode(System.Xml.XmlNode node) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeXmlNode(System.Xml.XmlNode node,Newtonsoft.Json.Formatting formatting) : System.String [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeXNode(System.Xml.Linq.XObject node) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeXNode(System.Xml.Linq.XObject node,Newtonsoft.Json.Formatting formatting) : System.String [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Boolean value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
ToString(System.Byte value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Char value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.DateTime value) : System.String [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ToString(System.DateTimeOffset value) : System.String [static] (in JsonConvert) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ToString(System.Decimal value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Double value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Enum value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Guid value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Int16 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Int32 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Int64 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Object value) : System.String [static] (in JsonConvert) 100.00% : 25 of 25
100.00% : 6 of 6
100.00% : 1 of 1
20
ToString(System.SByte value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Single value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.String value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.String value,System.Char delimter) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.UInt16 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.UInt32 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.UInt64 value) : System.String [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
UniversialTicksToJavaScriptTicks(System.Int64 universialTicks) : System.Int64 [static] (in JsonConvert) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteDateTimeString(System.IO.TextWriter writer,System.DateTime value) : void [static] (in JsonConvert) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteDateTimeString(System.IO.TextWriter writer,System.DateTime value,System.TimeSpan offset,System.DateTimeKind kind) : void [static] (in JsonConvert) 100.00% : 16 of 16
100.00% : 8 of 8
100.00% : 1 of 1
5
get_CanRead() : System.Boolean (in JsonConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CanWrite() : System.Boolean (in JsonConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetSchema() : Newtonsoft.Json.Schema.JsonSchema (in JsonConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ConverterType() : System.Type (in JsonConverterAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberSerialization() : Newtonsoft.Json.MemberSerialization (in JsonObjectAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonObjectAttribute) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.MemberSerialization memberSerialization) : void (in JsonObjectAttribute) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberSerialization(Newtonsoft.Json.MemberSerialization value) : void (in JsonObjectAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandling() : Newtonsoft.Json.DefaultValueHandling (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
get_IsReference() : System.Boolean (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
get_NullValueHandling() : Newtonsoft.Json.NullValueHandling (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
get_ReferenceLoopHandling() : Newtonsoft.Json.ReferenceLoopHandling (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor() : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String propertyName) : void (in JsonPropertyAttribute) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IsReference(System.Boolean value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullValueHandling(Newtonsoft.Json.NullValueHandling value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling value) : void (in JsonPropertyAttribute) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Close() : void (in JsonReader) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Dispose(System.Boolean disposing) : void (in JsonReader) 100.00% : 3 of 3
75.00% : 3 of 4
100.00% : 1 of 1
3
get_CurrentState() : Newtonsoft.Json.JsonReader+State (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Depth() : System.Int32 (in JsonReader) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
get_QuoteChar() : System.Char (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TokenType() : Newtonsoft.Json.JsonToken (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Object (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ValueType() : System.Type (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonReader) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Peek() : Newtonsoft.Json.Linq.JTokenType (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Pop() : Newtonsoft.Json.Linq.JTokenType (in JsonReader) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Push(Newtonsoft.Json.Linq.JTokenType value) : void (in JsonReader) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_QuoteChar(System.Char value) : void (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetToken(Newtonsoft.Json.JsonToken newToken) : void (in JsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetToken(Newtonsoft.Json.JsonToken newToken,System.Object value) : void (in JsonReader) 100.00% : 34 of 34
100.00% : 7 of 7
100.00% : 1 of 1
12
Skip() : void (in JsonReader) 100.00% : 4 of 4
83.33% : 5 of 6
100.00% : 1 of 1
4
.ctor() : void (in JsonReaderException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message) : void (in JsonReaderException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException) : void (in JsonReaderException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException,System.Int32 lineNumber,System.Int32 linePosition) : void (in JsonReaderException) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSerializationException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message) : void (in JsonSerializationException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException) : void (in JsonSerializationException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize(Newtonsoft.Json.JsonReader reader) : System.Object (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize(Newtonsoft.Json.JsonReader reader,System.Type objectType) : System.Object (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize(System.IO.TextReader reader,System.Type objectType) : System.Object (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize<T>(Newtonsoft.Json.JsonReader reader) : T (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeInternal(Newtonsoft.Json.JsonReader reader,System.Type objectType) : System.Object (in JsonSerializer) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Binder() : System.Runtime.Serialization.SerializationBinder (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ConstructorHandling() : Newtonsoft.Json.ConstructorHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Context() : System.Runtime.Serialization.StreamingContext (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ContractResolver() : Newtonsoft.Json.Serialization.IContractResolver (in JsonSerializer) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Converters() : Newtonsoft.Json.JsonConverterCollection (in JsonSerializer) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_DefaultValueHandling() : Newtonsoft.Json.DefaultValueHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MissingMemberHandling() : Newtonsoft.Json.MissingMemberHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandling() : Newtonsoft.Json.NullValueHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ObjectCreationHandling() : Newtonsoft.Json.ObjectCreationHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PreserveReferencesHandling() : Newtonsoft.Json.PreserveReferencesHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandling() : Newtonsoft.Json.ReferenceLoopHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceResolver() : Newtonsoft.Json.Serialization.IReferenceResolver (in JsonSerializer) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_TypeNameAssemblyFormat() : System.Runtime.Serialization.Formatters.FormatterAssemblyStyle (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeNameHandling() : Newtonsoft.Json.TypeNameHandling (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetMatchingConverter(System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> converters,System.Type objectType) : Newtonsoft.Json.JsonConverter [static] (in JsonSerializer) 100.00% : 10 of 10
100.00% : 6 of 6
100.00% : 1 of 1
4
GetMatchingConverter(System.Type type) : Newtonsoft.Json.JsonConverter (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSerializer) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
OnError(Newtonsoft.Json.Serialization.ErrorEventArgs e) : void (in JsonSerializer) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Populate(Newtonsoft.Json.JsonReader reader,System.Object target) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Populate(System.IO.TextReader reader,System.Object target) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
PopulateInternal(Newtonsoft.Json.JsonReader reader,System.Object target) : void (in JsonSerializer) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Serialize(Newtonsoft.Json.JsonWriter jsonWriter,System.Object value) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Serialize(System.IO.TextWriter textWriter,System.Object value) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeInternal(Newtonsoft.Json.JsonWriter jsonWriter,System.Object value) : void (in JsonSerializer) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Context(System.Runtime.Serialization.StreamingContext value) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver value) : void (in JsonSerializer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in JsonSerializerSettings) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in JsonSerializerSettings) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
Close() : void (in JsonTextReader) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
3
CreateJsonReaderException(System.String format,System.Object[] args) : Newtonsoft.Json.JsonReaderException (in JsonTextReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
EatWhitespace(System.Char initialChar,System.Boolean oneOrMore,byref System.Char finalChar) : System.Boolean (in JsonTextReader) 100.00% : 8 of 8
100.00% : 7 of 7
100.00% : 1 of 1
4
get_LineNumber() : System.Int32 (in JsonTextReader) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_LinePosition() : System.Int32 (in JsonTextReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
HasLineInfo() : System.Boolean (in JsonTextReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
HasNext() : System.Boolean (in JsonTextReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.IO.TextReader reader) : void (in JsonTextReader) 100.00% : 7 of 7
100.00% : 3 of 3
100.00% : 1 of 1
2
MoveNext() : System.Char (in JsonTextReader) 100.00% : 16 of 16
100.00% : 6 of 6
100.00% : 1 of 1
5
ParseNumber(System.Char firstChar) : void (in JsonTextReader) 100.00% : 20 of 20
100.00% : 15 of 15
100.00% : 1 of 1
9
ParseProperty(System.Char firstChar) : System.Boolean (in JsonTextReader) 100.00% : 19 of 19
100.00% : 10 of 10
100.00% : 1 of 1
6
ParseString(System.Char quote) : void (in JsonTextReader) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
PeekNext() : System.Int32 (in JsonTextReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadStringIntoBuffer(System.Char quote) : void (in JsonTextReader) 100.00% : 43 of 43
100.00% : 31 of 31
100.00% : 1 of 1
26
ValidIdentifierChar(System.Char value) : System.Boolean (in JsonTextReader) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
Close() : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Flush() : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Base64Encoder() : Newtonsoft.Json.Utilities.Base64Encoder (in JsonTextWriter) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Indentation() : System.Int32 (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IndentChar() : System.Char (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_QuoteChar() : System.Char (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_QuoteName() : System.Boolean (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IndentChar(System.Char value) : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_QuoteChar(System.Char value) : void (in JsonTextWriter) 100.00% : 4 of 4
80.00% : 4 of 5
100.00% : 1 of 1
3
set_QuoteName(System.Boolean value) : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteComment(System.String text) : void (in JsonTextWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteIndent() : void (in JsonTextWriter) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteIndentSpace() : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteNull() : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WritePropertyName(System.String name) : void (in JsonTextWriter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRaw(System.String json) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartArray() : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartConstructor(System.String name) : void (in JsonTextWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartObject() : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteUndefined() : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Boolean value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte[] value) : void (in JsonTextWriter) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Char value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTime value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTimeOffset value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Decimal value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Double value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int16 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int32 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int64 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.SByte value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Single value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.String value) : void (in JsonTextWriter) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.UInt16 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.UInt32 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.UInt64 value) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValueDelimiter() : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValueInternal(System.String value,Newtonsoft.Json.JsonToken token) : void (in JsonTextWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteWhitespace(System.String ws) : void (in JsonTextWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<ValidateEndObject>b__0(System.Collections.Generic.KeyValuePair<System.String,System.Boolean> kv) : System.Boolean [static] (in JsonValidatingReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ValidateEndObject>b__1(System.Collections.Generic.KeyValuePair<System.String,System.Boolean> kv) : System.String [static] (in JsonValidatingReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ValidatePropertyName>b__4(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Schema.JsonSchemaModel> p) : System.String [static] (in JsonValidatingReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
get_CurrentSchema() : Newtonsoft.Json.Schema.JsonSchemaModel (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Depth() : System.Int32 (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_QuoteChar() : System.Char (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Reader() : Newtonsoft.Json.JsonReader (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Schema() : Newtonsoft.Json.Schema.JsonSchema (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TokenType() : Newtonsoft.Json.JsonToken (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Object (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ValueType() : System.Type (in JsonValidatingReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Newtonsoft.Json.IJsonLineInfo.get_LineNumber() : System.Int32 (in JsonValidatingReader) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
Newtonsoft.Json.IJsonLineInfo.get_LinePosition() : System.Int32 (in JsonValidatingReader) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
Newtonsoft.Json.IJsonLineInfo.HasLineInfo() : System.Boolean (in JsonValidatingReader) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(Newtonsoft.Json.JsonReader reader) : void (in JsonValidatingReader) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
OnValidationEvent(Newtonsoft.Json.Schema.JsonSchemaException exception) : void (in JsonValidatingReader) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
Pop() : Newtonsoft.Json.JsonValidatingReader+SchemaScope (in JsonValidatingReader) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
ProcessValue() : void (in JsonValidatingReader) 100.00% : 5 of 5
100.00% : 10 of 10
100.00% : 1 of 1
7
Push(Newtonsoft.Json.JsonValidatingReader+SchemaScope scope) : void (in JsonValidatingReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
RaiseError(System.String message,Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
TestType(Newtonsoft.Json.Schema.JsonSchemaModel currentSchema,Newtonsoft.Json.Schema.JsonSchemaType currentType) : System.Boolean (in JsonValidatingReader) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
ValidateArray(Newtonsoft.Json.Schema.JsonSchemaModel schema) : System.Boolean (in JsonValidatingReader) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ValidateEndArray(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 100.00% : 8 of 8
100.00% : 13 of 13
100.00% : 1 of 1
8
ValidateEndObject(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 100.00% : 8 of 8
100.00% : 7 of 7
100.00% : 1 of 1
6
ValidateObject(Newtonsoft.Json.Schema.JsonSchemaModel schema) : System.Boolean (in JsonValidatingReader) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ValidatePropertyName(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 100.00% : 11 of 11
100.00% : 13 of 13
100.00% : 1 of 1
8
ValidateString(Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in JsonValidatingReader) 100.00% : 17 of 17
100.00% : 21 of 21
100.00% : 1 of 1
13
AutoCompleteAll() : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
Close() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Dispose(System.Boolean disposing) : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
get_Formatting() : Newtonsoft.Json.Formatting (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Top() : System.Int32 (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
IsEndToken(Newtonsoft.Json.JsonToken token) : System.Boolean (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
IsStartToken(Newtonsoft.Json.JsonToken token) : System.Boolean (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.cctor() : void [static] (in JsonWriter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in JsonWriter) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Peek() : Newtonsoft.Json.Linq.JTokenType (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Pop() : Newtonsoft.Json.Linq.JTokenType (in JsonWriter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Push(Newtonsoft.Json.Linq.JTokenType value) : void (in JsonWriter) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
set_Formatting(Newtonsoft.Json.Formatting value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteComment(System.String text) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEnd() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEnd(Newtonsoft.Json.JsonToken token) : void (in JsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEndArray() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEndConstructor() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEndObject() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteIndent() : void (in JsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteNull() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WritePropertyName(System.String name) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRaw(System.String json) : void (in JsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRawValue(System.String json) : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartArray() : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartConstructor(System.String name) : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartObject() : void (in JsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteUndefined() : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Boolean value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte[] value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Char value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTime value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTimeOffset value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Decimal value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Double value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int16 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int32 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int64 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Nullable<System.Boolean> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.Byte> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteValue(System.Nullable<System.Char> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteValue(System.Nullable<System.DateTime> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.DateTimeOffset> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.Decimal> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.Double> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.Int16> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteValue(System.Nullable<System.Int32> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.Int64> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.SByte> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteValue(System.Nullable<System.Single> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.UInt16> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteValue(System.Nullable<System.UInt32> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Nullable<System.UInt64> value) : void (in JsonWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteValue(System.Object value) : void (in JsonWriter) 100.00% : 46 of 46
100.00% : 6 of 6
100.00% : 1 of 1
21
WriteValue(System.SByte value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Single value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.String value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.UInt16 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.UInt32 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.UInt64 value) : void (in JsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValueDelimiter() : void (in JsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonWriterException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message) : void (in JsonWriterException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException) : void (in JsonWriterException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<.ctor>b__6(System.String p) : System.String [static] (in SchemaScope) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<.ctor>b__7(System.String p) : System.Boolean [static] (in SchemaScope) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetRequiredProperties>b__a(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Schema.JsonSchemaModel> p) : System.Boolean [static] (in SchemaScope) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetRequiredProperties>b__b(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Schema.JsonSchemaModel> p) : System.String [static] (in SchemaScope) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
get_RequiredProperties() : System.Collections.Generic.Dictionary<System.String,System.Boolean> (in SchemaScope) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Schema() : Newtonsoft.Json.Schema.JsonSchemaModel (in SchemaScope) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TokenType() : Newtonsoft.Json.Linq.JTokenType (in SchemaScope) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetRequiredProperties(Newtonsoft.Json.Schema.JsonSchemaModel schema) : System.Collections.Generic.IEnumerable<System.String> (in SchemaScope) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
3
.ctor(Newtonsoft.Json.Linq.JTokenType tokenType,Newtonsoft.Json.Schema.JsonSchemaModel schema) : void (in SchemaScope) 100.00% : 7 of 7
100.00% : 7 of 7
100.00% : 1 of 1
5
Add(Newtonsoft.Json.Bson.BsonToken token) : void (in BsonArray) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BsonArray) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Bson.BsonType (in BsonArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Bson.BsonToken> (in BsonArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in BsonBinaryWriter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.IO.Stream stream) : void (in BsonBinaryWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CalculateSize(System.Int32 stringByteCount) : System.Int32 (in BsonBinaryWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CalculateSizeWithLength(System.Int32 stringByteCount,System.Boolean includeSize) : System.Int32 (in BsonBinaryWriter) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
Flush() : void (in BsonBinaryWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteString(System.String s,System.Int32 byteCount,System.Nullable<System.Int32> calculatedlengthPrefix) : void (in BsonBinaryWriter) 100.00% : 19 of 19
100.00% : 13 of 13
100.00% : 1 of 1
7
WriteToken(Newtonsoft.Json.Bson.BsonToken t) : void (in BsonBinaryWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Add(System.String name,Newtonsoft.Json.Bson.BsonToken token) : void (in BsonObject) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BsonObject) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Bson.BsonType (in BsonObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Bson.BsonProperty> (in BsonObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in BsonReader) 100.00% : 4 of 4
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.IO.Stream stream) : void (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.IO.Stream stream,System.Boolean readRootValueAsArray,System.DateTimeKind dateTimeKindHandling) : void (in BsonReader) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
EnsureBuffers() : void (in BsonReader) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
3
get_DateTimeKindHandling() : System.DateTimeKind (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReadRootValueAsArray() : System.Boolean (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetLastFullCharStop(System.Int32 start) : System.Int32 (in BsonReader) 100.00% : 15 of 15
83.33% : 5 of 6
100.00% : 1 of 1
5
MovePosition(System.Int32 count) : void (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
PopContext() : void (in BsonReader) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
PushContext(Newtonsoft.Json.Bson.BsonReader+ContainerContext newContext) : void (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBinary() : System.Byte[] (in BsonReader) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadByte() : System.Byte (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytes(System.Int32 count) : System.Byte[] (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadDouble() : System.Double (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadElement() : System.String (in BsonReader) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadInt32() : System.Int32 (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadInt64() : System.Int64 (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadLengthString() : System.String (in BsonReader) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadString() : System.String (in BsonReader) 100.00% : 27 of 27
100.00% : 14 of 14
100.00% : 1 of 1
8
ReadType() : Newtonsoft.Json.Bson.BsonType (in BsonReader) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeKindHandling(System.DateTimeKind value) : void (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReadRootValueAsArray(System.Boolean value) : void (in BsonReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String pattern,System.String options) : void (in BsonRegex) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Bson.BsonType (in BsonRegex) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object value,System.Boolean includeLength) : void (in BsonString) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object value,Newtonsoft.Json.Bson.BsonType type) : void (in BsonValue) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Bson.BsonType (in BsonValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Object (in BsonValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddParent(Newtonsoft.Json.Bson.BsonToken container) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
AddToken(Newtonsoft.Json.Bson.BsonToken token) : void (in BsonWriter) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
AddValue(System.Object value,Newtonsoft.Json.Bson.BsonType type) : void (in BsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.IO.Stream stream) : void (in BsonWriter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Flush() : void (in BsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveParent() : void (in BsonWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteComment(System.String text) : void (in BsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEnd(Newtonsoft.Json.JsonToken token) : void (in BsonWriter) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteNull() : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WritePropertyName(System.String name) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRaw(System.String json) : void (in BsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRawValue(System.String json) : void (in BsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRegex(System.String pattern,System.String options) : void (in BsonWriter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartArray() : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartConstructor(System.String name) : void (in BsonWriter) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartObject() : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Boolean value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte[] value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Char value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTime value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTimeOffset value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Decimal value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Double value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int32 value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int64 value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.SByte value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Single value) : void (in BsonWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.String value) : void (in BsonWriter) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(Newtonsoft.Json.Bson.BsonType type) : void (in ContainerContext) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in BinaryConverter) 100.00% : 6 of 6
100.00% : 5 of 5
100.00% : 1 of 1
4
CanConvert(System.Type objectType) : System.Boolean (in BsonObjectIdConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in CustomCreationConverter`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CanWrite() : System.Boolean (in CustomCreationConverter`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type valueType) : System.Boolean (in DataSetConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in DataSetConverter) 100.00% : 9 of 9
100.00% : 3 of 3
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in DataSetConverter) 100.00% : 10 of 10
100.00% : 4 of 4
100.00% : 1 of 1
3
CanConvert(System.Type valueType) : System.Boolean (in DataTableConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in DataTableConverter) 100.00% : 22 of 22
100.00% : 9 of 9
100.00% : 1 of 1
5
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in DataTableConverter) 100.00% : 14 of 14
100.00% : 7 of 7
100.00% : 1 of 1
5
CanConvert(System.Type objectType) : System.Boolean (in DateTimeConverterBase) 100.00% : 6 of 6
100.00% : 7 of 7
100.00% : 1 of 1
5
CanConvert(System.Type objectType) : System.Boolean (in EntityKeyMemberConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in EntityKeyMemberConverter) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type valueType) : System.Boolean (in HtmlColorConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CanRead() : System.Boolean (in HtmlColorConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in HtmlColorConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Culture() : System.Globalization.CultureInfo (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
get_DateTimeFormat() : System.String (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
get_DateTimeStyles() : System.Globalization.DateTimeStyles (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in IsoDateTimeConverter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
set_Culture(System.Globalization.CultureInfo value) : void (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeFormat(System.String value) : void (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeStyles(System.Globalization.DateTimeStyles value) : void (in IsoDateTimeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in KeyValuePairConverter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in KeyValuePairConverter) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in KeyValuePairConverter) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in RegexConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
HasFlag(System.Text.RegularExpressions.RegexOptions options,System.Text.RegularExpressions.RegexOptions flag) : System.Boolean (in RegexConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBson(Newtonsoft.Json.Bson.BsonReader reader) : System.Object (in RegexConverter) 100.00% : 19 of 19
100.00% : 8 of 8
100.00% : 1 of 1
7
ReadJson(Newtonsoft.Json.JsonReader reader) : System.Text.RegularExpressions.Regex (in RegexConverter) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in RegexConverter) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteBson(Newtonsoft.Json.Bson.BsonWriter writer,System.Text.RegularExpressions.Regex regex) : void (in RegexConverter) 100.00% : 12 of 12
100.00% : 9 of 9
100.00% : 1 of 1
5
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in RegexConverter) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Text.RegularExpressions.Regex regex) : void (in RegexConverter) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in StringEnumConverter) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Attribute() : System.Xml.Linq.XAttribute (in XAttributeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LocalName() : System.String (in XAttributeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NamespaceURI() : System.String (in XAttributeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String (in XAttributeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XAttribute attribute) : void (in XAttributeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Text() : System.Xml.Linq.XComment (in XCommentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String (in XCommentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XComment text) : void (in XCommentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<get_ChildNodes>b__0(System.Xml.Linq.XNode n) : Newtonsoft.Json.Converters.IXmlNode [static] (in XContainerWrapper) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AppendChild(Newtonsoft.Json.Converters.IXmlNode newChild) : Newtonsoft.Json.Converters.IXmlNode (in XContainerWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ChildNodes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XContainerWrapper) 100.00% : 2 of 2
100.00% : 2 of 2
100.00% : 1 of 1
2
get_Container() : System.Xml.Linq.XContainer (in XContainerWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XContainerWrapper) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Xml.Linq.XContainer container) : void (in XContainerWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Encoding() : System.String (in XDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NodeType() : System.Xml.XmlNodeType (in XDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Standalone() : System.String (in XDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Version() : System.String (in XDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XDeclaration declaration) : void (in XDeclarationWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
AppendChild(Newtonsoft.Json.Converters.IXmlNode newChild) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateAttribute(System.String name,System.String value) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateAttribute(System.String qualifiedName,System.String namespaceURI,System.String value) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateCDataSection(System.String data) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateComment(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String elementName) : Newtonsoft.Json.Converters.IXmlElement (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String qualifiedName,System.String namespaceURI) : Newtonsoft.Json.Converters.IXmlElement (in XDocumentWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateTextNode(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateXmlDeclaration(System.String version,System.String encoding,System.String standalone) : Newtonsoft.Json.Converters.IXmlNode (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ChildNodes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XDocumentWrapper) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Document() : System.Xml.Linq.XDocument (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DocumentElement() : Newtonsoft.Json.Converters.IXmlElement (in XDocumentWrapper) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Xml.Linq.XDocument document) : void (in XDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<get_Attributes>b__0(System.Xml.Linq.XAttribute a) : Newtonsoft.Json.Converters.XAttributeWrapper [static] (in XElementWrapper) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
get_Attributes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XElementWrapper) 100.00% : 2 of 2
100.00% : 2 of 2
100.00% : 1 of 1
2
get_Element() : System.Xml.Linq.XElement (in XElementWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LocalName() : System.String (in XElementWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NamespaceURI() : System.String (in XElementWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode attribute) : void (in XElementWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XElement element) : void (in XElementWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Encoding() : System.String (in XmlDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Standalone() : System.String (in XmlDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Version() : System.String (in XmlDeclarationWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.XmlDeclaration declaration) : void (in XmlDeclarationWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateAttribute(System.String name,System.String value) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateAttribute(System.String qualifiedName,System.String namespaceURI,System.String value) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateCDataSection(System.String data) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateComment(System.String data) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String elementName) : Newtonsoft.Json.Converters.IXmlElement (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String qualifiedName,System.String namespaceURI) : Newtonsoft.Json.Converters.IXmlElement (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateTextNode(System.String text) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateXmlDeclaration(System.String version,System.String encoding,System.String standalone) : Newtonsoft.Json.Converters.IXmlNode (in XmlDocumentWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DocumentElement() : Newtonsoft.Json.Converters.IXmlElement (in XmlDocumentWrapper) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Xml.XmlDocument document) : void (in XmlDocumentWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
SetAttributeNode(Newtonsoft.Json.Converters.IXmlNode attribute) : void (in XmlElementWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.XmlElement element) : void (in XmlElementWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<SerializeGroupedNodes>b__0(Newtonsoft.Json.Converters.IXmlNode a) : System.Boolean [static] (in XmlNodeConverter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
2
<ValueAttributes>b__2(Newtonsoft.Json.Converters.IXmlNode a) : System.Boolean [static] (in XmlNodeConverter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CanConvert(System.Type valueType) : System.Boolean (in XmlNodeConverter) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
CreateElement(System.String elementName,Newtonsoft.Json.Converters.IXmlDocument document,System.String elementPrefix,System.Xml.XmlNamespaceManager manager) : Newtonsoft.Json.Converters.IXmlElement (in XmlNodeConverter) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
IsNamespaceAttribute(System.String attributeName,byref System.String prefix) : System.Boolean (in XmlNodeConverter) 100.00% : 10 of 10
80.00% : 4 of 5
100.00% : 1 of 1
4
PushParentNamespaces(Newtonsoft.Json.Converters.IXmlNode node,System.Xml.XmlNamespaceManager manager) : void (in XmlNodeConverter) 100.00% : 19 of 19
100.00% : 17 of 17
100.00% : 1 of 1
10
ReadArrayElements(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Converters.IXmlDocument document,System.String propertyName,Newtonsoft.Json.Converters.IXmlNode currentNode,System.Xml.XmlNamespaceManager manager) : void (in XmlNodeConverter) 100.00% : 6 of 6
80.00% : 4 of 5
100.00% : 1 of 1
3
ReadElement(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Converters.IXmlDocument document,Newtonsoft.Json.Converters.IXmlNode currentNode,System.String propertyName,System.Xml.XmlNamespaceManager manager) : void (in XmlNodeConverter) 100.00% : 27 of 27
100.00% : 13 of 13
100.00% : 1 of 1
10
ResolveFullName(Newtonsoft.Json.Converters.IXmlNode node,System.Xml.XmlNamespaceManager manager) : System.String (in XmlNodeConverter) 100.00% : 5 of 5
100.00% : 7 of 7
100.00% : 1 of 1
5
SerializeGroupedNodes(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Converters.IXmlNode node,System.Xml.XmlNamespaceManager manager) : void (in XmlNodeConverter) 100.00% : 32 of 32
100.00% : 18 of 18
100.00% : 1 of 1
10
ValueAttributes(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Converters.IXmlNode> c) : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Converters.IXmlNode> (in XmlNodeConverter) 100.00% : 2 of 2
100.00% : 2 of 2
100.00% : 1 of 1
2
<get_Attributes>b__1(System.Xml.XmlAttribute a) : Newtonsoft.Json.Converters.IXmlNode (in XmlNodeWrapper) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<get_ChildNodes>b__0(System.Xml.XmlNode n) : Newtonsoft.Json.Converters.IXmlNode (in XmlNodeWrapper) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AppendChild(Newtonsoft.Json.Converters.IXmlNode newChild) : Newtonsoft.Json.Converters.IXmlNode (in XmlNodeWrapper) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Attributes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XmlNodeWrapper) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_ChildNodes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LocalName() : System.String (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NamespaceURI() : System.String (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NodeType() : System.Xml.XmlNodeType (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ParentNode() : Newtonsoft.Json.Converters.IXmlNode (in XmlNodeWrapper) 100.00% : 5 of 5
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Value() : System.String (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_WrappedNode() : System.Object (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.String value) : void (in XmlNodeWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WrapNode(System.Xml.XmlNode node) : Newtonsoft.Json.Converters.IXmlNode (in XmlNodeWrapper) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
3
.ctor(System.Xml.XmlNode node) : void (in XmlNodeWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Attributes() : System.Collections.Generic.IList<Newtonsoft.Json.Converters.IXmlNode> (in XObjectWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NamespaceURI() : System.String (in XObjectWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NodeType() : System.Xml.XmlNodeType (in XObjectWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_WrappedNode() : System.Object (in XObjectWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XObject xmlObject) : void (in XObjectWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LocalName() : System.String (in XProcessingInstructionWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ProcessingInstruction() : System.Xml.Linq.XProcessingInstruction (in XProcessingInstructionWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String (in XProcessingInstructionWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XProcessingInstruction processingInstruction) : void (in XProcessingInstructionWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Text() : System.Xml.Linq.XText (in XTextWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String (in XTextWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Xml.Linq.XText text) : void (in XTextWrapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<Property>b__0(Newtonsoft.Json.Linq.JProperty p) : System.Boolean (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<WriteTo>b__0(System.Object v) : void (in <>c__DisplayClassc) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<WriteTo>b__1(System.Object v) : void (in <>c__DisplayClassc) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<WriteTo>b__2(System.Object v) : void (in <>c__DisplayClassc) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
2
<WriteTo>b__3(System.Object v) : void (in <>c__DisplayClassc) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<WriteTo>b__5(System.Object v) : void (in <>c__DisplayClassc) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
MoveNext() : System.Boolean (in d__0) 100.00% : 4 of 4
N/A : 0 of 0
100.00% : 1 of 1
3
MoveNext() : System.Boolean (in d__8) 100.00% : 4 of 4
N/A : 0 of 0
100.00% : 1 of 1
3
MoveNext() : System.Boolean (in d__0) 100.00% : 6 of 6
N/A : 0 of 0
100.00% : 1 of 1
4
MoveNext() : System.Boolean (in d__0) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
2
MoveNext() : System.Boolean (in d__f`2) 100.00% : 6 of 6
N/A : 0 of 0
100.00% : 1 of 1
4
MoveNext() : System.Boolean (in d__5) 100.00% : 10 of 10
N/A : 0 of 0
100.00% : 1 of 1
7
MoveNext() : System.Boolean (in d__5) 100.00% : 4 of 4
N/A : 0 of 0
100.00% : 1 of 1
4
MoveNext() : System.Boolean (in d__4`2) 100.00% : 15 of 15
N/A : 0 of 0
100.00% : 1 of 1
10
<Children>b__e<T,U>(T c) : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<Properties>b__2(Newtonsoft.Json.Linq.JObject d) : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JProperty> [static] (in Extensions) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AsJEnumerable(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AsJEnumerable<T>(System.Collections.Generic.IEnumerable<T> source) : Newtonsoft.Json.Linq.IJEnumerable<T> [static] (in Extensions) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
Children<T,U>(System.Collections.Generic.IEnumerable<T> source) : System.Collections.Generic.IEnumerable<U> [static] (in Extensions) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Children<T>(System.Collections.Generic.IEnumerable<T> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Convert<T,U>(T token) : U [static] (in Extensions) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Properties(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JObject> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JProperty> [static] (in Extensions) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
Value<U>(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> value) : U [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Values(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> source) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Values(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> source,System.Object key) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Values<U>(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> source) : System.Collections.Generic.IEnumerable<U> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Values<U>(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> source,System.Object key) : System.Collections.Generic.IEnumerable<U> [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Add(Newtonsoft.Json.Linq.JToken item) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Clear() : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CloneToken() : Newtonsoft.Json.Linq.JToken (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Contains(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean (in JArray) 100.00% : 3 of 3
66.67% : 2 of 3
100.00% : 1 of 1
2
FromObject(System.Object o) : Newtonsoft.Json.Linq.JArray [static] (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Count() : System.Int32 (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.Int32 index) : Newtonsoft.Json.Linq.JToken (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.Object key) : Newtonsoft.Json.Linq.JToken (in JArray) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Type() : Newtonsoft.Json.Linq.JTokenType (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32 (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
IndexOf(Newtonsoft.Json.Linq.JToken item) : System.Int32 (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Insert(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Linq.JArray other) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object content) : void (in JArray) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object[] content) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.CopyTo(Newtonsoft.Json.Linq.JToken[] array,System.Int32 arrayIndex) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Parse(System.String json) : Newtonsoft.Json.Linq.JArray [static] (in JArray) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Remove(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveAt(System.Int32 index) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.Int32 index,Newtonsoft.Json.Linq.JToken value) : void (in JArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.Object key,Newtonsoft.Json.Linq.JToken value) : void (in JArray) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void (in JArray) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
CloneToken() : Newtonsoft.Json.Linq.JToken (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean (in JConstructor) 100.00% : 3 of 3
75.00% : 3 of 4
100.00% : 1 of 1
3
get_Item(System.Object key) : Newtonsoft.Json.Linq.JToken (in JConstructor) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Name() : System.String (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Linq.JTokenType (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32 (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Linq.JConstructor other) : void (in JConstructor) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name) : void (in JConstructor) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Object content) : void (in JConstructor) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Object[] content) : void (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.Object key,Newtonsoft.Json.Linq.JToken value) : void (in JConstructor) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
set_Name(System.String value) : void (in JConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void (in JConstructor) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
Add(System.Object content) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddFirst(System.Object content) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddInternal(System.Boolean isLast,Newtonsoft.Json.Linq.JToken previous,System.Object content) : void (in JContainer) 100.00% : 11 of 11
100.00% : 7 of 7
100.00% : 1 of 1
5
AddItem(System.Boolean isLast,Newtonsoft.Json.Linq.JToken previous,Newtonsoft.Json.Linq.JToken item) : void (in JContainer) 100.00% : 13 of 13
100.00% : 10 of 10
100.00% : 1 of 1
6
Children() : Newtonsoft.Json.Linq.JEnumerable<Newtonsoft.Json.Linq.JToken> (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ContainsItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ContentsHashCode() : System.Int32 (in JContainer) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
CopyItemsTo(System.Array array,System.Int32 arrayIndex) : void (in JContainer) 100.00% : 15 of 15
100.00% : 12 of 12
100.00% : 1 of 1
7
CountItems() : System.Int32 (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateFromContent(System.Object content) : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateWriter() : Newtonsoft.Json.JsonWriter (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
EnsureParentToken(Newtonsoft.Json.Linq.JToken item) : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 9 of 9
100.00% : 7 of 7
100.00% : 1 of 1
4
EnsureValue(System.Object value) : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Content() : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_First() : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_HasValues() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Last() : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetItem(System.Int32 index) : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) : void (in JContainer) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property,System.ComponentModel.ListSortDirection direction) : void (in JContainer) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property,System.Object key) : System.Int32 (in JContainer) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_AllowEdit() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_AllowNew() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_AllowRemove() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_IsSorted() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_SortDirection() : System.ComponentModel.ListSortDirection (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_SortProperty() : System.ComponentModel.PropertyDescriptor (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_SupportsChangeNotification() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_SupportsSearching() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.get_SupportsSorting() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) : void (in JContainer) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
System.ComponentModel.IBindingList.RemoveSort() : void (in JContainer) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.ICollection.CopyTo(System.Array array,System.Int32 index) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.ICollection.get_Count() : System.Int32 (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.ICollection.get_IsSynchronized() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.ICollection.get_SyncRoot() : System.Object (in JContainer) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
System.Collections.IList.Add(System.Object value) : System.Int32 (in JContainer) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.Clear() : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.Contains(System.Object value) : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.get_IsFixedSize() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.get_IsReadOnly() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.get_Item(System.Int32 index) : System.Object (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.IndexOf(System.Object value) : System.Int32 (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.Insert(System.Int32 index,System.Object value) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.Remove(System.Object value) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.RemoveAt(System.Int32 index) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.set_Item(System.Int32 index,System.Object value) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
IndexOfItem(Newtonsoft.Json.Linq.JToken item) : System.Int32 (in JContainer) 100.00% : 9 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
InsertItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JContainer) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
IsMultiContent(System.Object content) : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 5 of 5
100.00% : 1 of 1
4
System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) : System.ComponentModel.PropertyDescriptorCollection (in JContainer) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) : System.String (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Linq.JContainer other) : void (in JContainer) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
3
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.Add(Newtonsoft.Json.Linq.JToken item) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.Clear() : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.Contains(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.CopyTo(Newtonsoft.Json.Linq.JToken[] array,System.Int32 arrayIndex) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.get_Count() : System.Int32 (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.get_IsReadOnly() : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken>.get_Item(System.Int32 index) : Newtonsoft.Json.Linq.JToken (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken>.IndexOf(Newtonsoft.Json.Linq.JToken item) : System.Int32 (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken>.Insert(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<Newtonsoft.Json.Linq.JToken>.Remove(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken>.RemoveAt(System.Int32 index) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken>.set_Item(System.Int32 index,Newtonsoft.Json.Linq.JToken value) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnAddingNew(System.ComponentModel.AddingNewEventArgs e) : void (in JContainer) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
OnListChanged(System.ComponentModel.ListChangedEventArgs e) : void (in JContainer) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
RemoveAll() : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JContainer) 100.00% : 18 of 18
100.00% : 10 of 10
100.00% : 1 of 1
6
RemoveItemAt(System.Int32 index) : void (in JContainer) 100.00% : 14 of 14
100.00% : 8 of 8
100.00% : 1 of 1
5
ReplaceAll(System.Object content) : void (in JContainer) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Content(Newtonsoft.Json.Linq.JToken value) : void (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void (in JContainer) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateToken(Newtonsoft.Json.Linq.JToken o,Newtonsoft.Json.Linq.JToken existing) : void (in JContainer) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Values<T>() : System.Collections.Generic.IEnumerable<T> (in JContainer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.Object key) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> (in JEnumerable`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetEnumerator() : System.Collections.Generic.IEnumerator<T> (in JEnumerable`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in JEnumerable`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.Generic.IEnumerable<T> enumerable) : void (in JEnumerable`1) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<PropertyValues>b__3(Newtonsoft.Json.Linq.JProperty p) : Newtonsoft.Json.Linq.JToken [static] (in JObject) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
Add(System.String propertyName,Newtonsoft.Json.Linq.JToken value) : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CloneToken() : Newtonsoft.Json.Linq.JToken (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean (in JObject) 100.00% : 3 of 3
66.67% : 2 of 3
100.00% : 1 of 1
2
FromObject(System.Object o) : Newtonsoft.Json.Linq.JObject [static] (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Count() : System.Int32 (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.Object key) : Newtonsoft.Json.Linq.JToken (in JObject) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Item(System.String propertyName) : Newtonsoft.Json.Linq.JToken (in JObject) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Type() : Newtonsoft.Json.Linq.JTokenType (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32 (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
InternalPropertyChanged(Newtonsoft.Json.Linq.JProperty childProperty) : void (in JObject) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
InternalPropertyChanging(Newtonsoft.Json.Linq.JProperty childProperty) : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Linq.JObject other) : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object content) : void (in JObject) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object[] content) : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Linq.JToken>.ContainsKey(System.String key) : System.Boolean (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.Add(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken> item) : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.Clear() : void (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.Contains(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken> item) : System.Boolean (in JObject) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>[] array,System.Int32 arrayIndex) : void (in JObject) 100.00% : 15 of 15
100.00% : 12 of 12
100.00% : 1 of 1
7
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.Remove(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken> item) : System.Boolean (in JObject) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
OnPropertyChanged(System.String propertyName) : void (in JObject) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
OnPropertyChanging(System.String propertyName) : void (in JObject) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
Parse(System.String json) : Newtonsoft.Json.Linq.JObject [static] (in JObject) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Properties() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JProperty> (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Property(System.String name) : Newtonsoft.Json.Linq.JProperty (in JObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
PropertyValues() : Newtonsoft.Json.Linq.JEnumerable<Newtonsoft.Json.Linq.JToken> (in JObject) 100.00% : 2 of 2
100.00% : 2 of 2
100.00% : 1 of 1
2
Remove(System.String propertyName) : System.Boolean (in JObject) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
set_Item(System.Object key,Newtonsoft.Json.Linq.JToken value) : void (in JObject) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
set_Item(System.String propertyName,Newtonsoft.Json.Linq.JToken value) : void (in JObject) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
TryGetValue(System.String propertyName,byref Newtonsoft.Json.Linq.JToken value) : System.Boolean (in JObject) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
ValidateToken(Newtonsoft.Json.Linq.JToken o,Newtonsoft.Json.Linq.JToken existing) : void (in JObject) 100.00% : 10 of 10
100.00% : 10 of 10
100.00% : 1 of 1
6
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void (in JObject) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
Evaluate(Newtonsoft.Json.Linq.JToken root,System.Boolean errorWhenNoMatch) : Newtonsoft.Json.Linq.JToken (in JPath) 100.00% : 27 of 27
100.00% : 18 of 18
100.00% : 1 of 1
11
.ctor(System.String expression) : void (in JPath) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ParseIndexer(System.Char indexerOpenChar) : void (in JPath) 100.00% : 21 of 21
100.00% : 13 of 13
100.00% : 1 of 1
7
ParseMain() : void (in JPath) 100.00% : 27 of 27
100.00% : 14 of 14
100.00% : 1 of 1
10
AddItem(System.Boolean isLast,Newtonsoft.Json.Linq.JToken previous,Newtonsoft.Json.Linq.JToken item) : void (in JProperty) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
Children() : Newtonsoft.Json.Linq.JEnumerable<Newtonsoft.Json.Linq.JToken> (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ClearItems() : void (in JProperty) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
CloneToken() : Newtonsoft.Json.Linq.JToken (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean (in JProperty) 100.00% : 3 of 3
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Name() : System.String (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Linq.JTokenType (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : Newtonsoft.Json.Linq.JToken (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32 (in JProperty) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(Newtonsoft.Json.Linq.JProperty other) : void (in JProperty) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name) : void (in JProperty) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Object content) : void (in JProperty) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(System.String name,System.Object[] content) : void (in JProperty) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean (in JProperty) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
ReplaceItem(Newtonsoft.Json.Linq.JToken existing,Newtonsoft.Json.Linq.JToken replacement) : void (in JProperty) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
set_Value(Newtonsoft.Json.Linq.JToken value) : void (in JProperty) 100.00% : 9 of 9
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void (in JProperty) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CloneToken() : Newtonsoft.Json.Linq.JToken (in JRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Create(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JRaw [static] (in JRaw) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
3
.ctor(Newtonsoft.Json.Linq.JRaw other) : void (in JRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object rawJson) : void (in JRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Children() : Newtonsoft.Json.Linq.JEnumerable<Newtonsoft.Json.Linq.JToken> (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
Children<T>() : Newtonsoft.Json.Linq.JEnumerable<T> (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateReader() : Newtonsoft.Json.JsonReader (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken t1,Newtonsoft.Json.Linq.JToken t2) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 5 of 5
100.00% : 1 of 1
4
FromObject(System.Object o) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
FromObjectInternal(System.Object o,Newtonsoft.Json.JsonSerializer jsonSerializer) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
get_EqualityComparer() : Newtonsoft.Json.Linq.JTokenEqualityComparer [static] (in JToken) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
get_First() : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.Object key) : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Last() : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Next() : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Parent() : Newtonsoft.Json.Linq.JContainer (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Previous() : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 9 of 9
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Root() : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
GetType(Newtonsoft.Json.Linq.JToken token) : System.String [static] (in JToken) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Newtonsoft.Json.IJsonLineInfo.get_LineNumber() : System.Int32 (in JToken) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
Newtonsoft.Json.IJsonLineInfo.get_LinePosition() : System.Int32 (in JToken) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
Newtonsoft.Json.IJsonLineInfo.HasLineInfo() : System.Boolean (in JToken) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
IsNullable(Newtonsoft.Json.Linq.JToken o) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
66.67% : 2 of 3
100.00% : 1 of 1
2
.ctor() : void (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken>.get_Item(System.Object key) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.Int32 [static] (in JToken) 100.00% : 5 of 5
80.00% : 4 of 5
100.00% : 1 of 1
3
op_Explicit(Newtonsoft.Json.Linq.JToken value) : System.String [static] (in JToken) 100.00% : 7 of 7
100.00% : 6 of 6
100.00% : 1 of 1
4
op_Implicit(System.Boolean value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Byte[] value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.DateTime value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.DateTimeOffset value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Decimal value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Double value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Int32 value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Int64 value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Boolean> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.DateTime> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.DateTimeOffset> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Decimal> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Double> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Int32> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Int64> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.Single> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.UInt16> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.UInt32> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Nullable<System.UInt64> value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.Single value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.String value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.UInt16 value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.UInt32 value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.UInt64 value) : Newtonsoft.Json.Linq.JToken [static] (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Remove() : void (in JToken) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
SelectToken(System.String path) : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SelectToken(System.String path,System.Boolean errorWhenNoMatch) : Newtonsoft.Json.Linq.JToken (in JToken) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.Object key,Newtonsoft.Json.Linq.JToken value) : void (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Next(Newtonsoft.Json.Linq.JToken value) : void (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Parent(Newtonsoft.Json.Linq.JContainer value) : void (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetLineInfo(Newtonsoft.Json.IJsonLineInfo lineInfo) : void (in JToken) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
SetLineInfo(System.Int32 lineNumber,System.Int32 linePosition) : void (in JToken) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString() : System.String (in JToken) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(Newtonsoft.Json.Formatting formatting,Newtonsoft.Json.JsonConverter[] converters) : System.String (in JToken) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
ValidateBoolean(Newtonsoft.Json.Linq.JToken o,System.Boolean nullable) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
ValidateBytes(Newtonsoft.Json.Linq.JToken o) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
ValidateDate(Newtonsoft.Json.Linq.JToken o,System.Boolean nullable) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
ValidateFloat(Newtonsoft.Json.Linq.JToken o,System.Boolean nullable) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 5 of 5
100.00% : 1 of 1
4
ValidateInteger(Newtonsoft.Json.Linq.JToken o,System.Boolean nullable) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
ValidateString(Newtonsoft.Json.Linq.JToken o) : System.Boolean [static] (in JToken) 100.00% : 2 of 2
100.00% : 5 of 5
100.00% : 1 of 1
4
Value<T>(System.Object key) : T (in JToken) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Values<T>() : System.Collections.Generic.IEnumerable<T> (in JToken) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(Newtonsoft.Json.Linq.JToken x,Newtonsoft.Json.Linq.JToken y) : System.Boolean (in JTokenEqualityComparer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IsEndElement() : System.Boolean (in JTokenReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Newtonsoft.Json.IJsonLineInfo.get_LineNumber() : System.Int32 (in JTokenReader) 100.00% : 7 of 7
100.00% : 5 of 5
100.00% : 1 of 1
4
Newtonsoft.Json.IJsonLineInfo.get_LinePosition() : System.Int32 (in JTokenReader) 100.00% : 7 of 7
100.00% : 5 of 5
100.00% : 1 of 1
4
Newtonsoft.Json.IJsonLineInfo.HasLineInfo() : System.Boolean (in JTokenReader) 100.00% : 5 of 5
100.00% : 6 of 6
100.00% : 1 of 1
4
.ctor(Newtonsoft.Json.Linq.JToken token) : void (in JTokenReader) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Read() : System.Boolean (in JTokenReader) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
ReadAsBytes() : System.Byte[] (in JTokenReader) 100.00% : 9 of 9
100.00% : 7 of 7
100.00% : 1 of 1
4
ReadInto(Newtonsoft.Json.Linq.JContainer c) : System.Boolean (in JTokenReader) 100.00% : 8 of 8
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadToEnd() : System.Boolean (in JTokenReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SetEnd(Newtonsoft.Json.Linq.JContainer c) : System.Boolean (in JTokenReader) 100.00% : 8 of 8
100.00% : 2 of 2
100.00% : 1 of 1
2
AddParent(Newtonsoft.Json.Linq.JContainer container) : void (in JTokenWriter) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
AddValue(Newtonsoft.Json.Linq.JValue value,Newtonsoft.Json.JsonToken token) : void (in JTokenWriter) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
3
AddValue(System.Object value,Newtonsoft.Json.JsonToken token) : void (in JTokenWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Close() : void (in JTokenWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Token() : Newtonsoft.Json.Linq.JToken (in JTokenWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor() : void (in JTokenWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Linq.JContainer container) : void (in JTokenWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveParent() : void (in JTokenWriter) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteComment(System.String text) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEnd(Newtonsoft.Json.JsonToken token) : void (in JTokenWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteNull() : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WritePropertyName(System.String name) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRaw(System.String json) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartArray() : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteStartObject() : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteUndefined() : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Boolean value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Byte[] value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Char value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTime value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.DateTimeOffset value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Decimal value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Double value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int32 value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.Int64 value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValue(System.String value) : void (in JTokenWriter) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
CloneToken() : Newtonsoft.Json.Linq.JToken (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateComment(System.String value) : Newtonsoft.Json.Linq.JValue [static] (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateString(System.String value) : Newtonsoft.Json.Linq.JValue [static] (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_HasValues() : System.Boolean (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Linq.JTokenType (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Object (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32 (in JValue) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
GetStringValueType(System.Nullable<Newtonsoft.Json.Linq.JTokenType> current) : Newtonsoft.Json.Linq.JTokenType [static] (in JValue) 100.00% : 6 of 6
100.00% : 5 of 5
100.00% : 1 of 1
5
.ctor(Newtonsoft.Json.Linq.JValue other) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Boolean value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.DateTime value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Double value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Int64 value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object value,Newtonsoft.Json.Linq.JTokenType type) : void (in JValue) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.UInt64 value) : void (in JValue) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.Object value) : void (in JValue) 100.00% : 6 of 6
100.00% : 7 of 7
100.00% : 1 of 1
4
ValuesEquals(Newtonsoft.Json.Linq.JValue v1,Newtonsoft.Json.Linq.JValue v2) : System.Boolean [static] (in JValue) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteConvertableValue(Newtonsoft.Json.JsonWriter writer,System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> converters,System.Action<System.Object> defaultWrite,System.Object value) : void [static] (in JValue) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
CanResetValue(System.Object component) : System.Boolean (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CastInstance(System.Object instance) : Newtonsoft.Json.Linq.JObject [static] (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ComponentType() : System.Type (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IsReadOnly() : System.Boolean (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyType() : System.Type (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetValue(System.Object component) : System.Object (in JPropertyDescriptor) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Type propertyType) : void (in JPropertyDescriptor) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ResetValue(System.Object component) : void (in JPropertyDescriptor) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
SetValue(System.Object component,System.Object value) : void (in JPropertyDescriptor) 100.00% : 3 of 3
66.67% : 2 of 3
100.00% : 1 of 1
2
ShouldSerializeValue(System.Object component) : System.Boolean (in JPropertyDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetProperties() : System.ComponentModel.PropertyDescriptorCollection (in JTypeDescriptor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetProperties(System.Attribute[] attributes) : System.ComponentModel.PropertyDescriptorCollection (in JTypeDescriptor) 100.00% : 8 of 8
100.00% : 6 of 6
100.00% : 1 of 1
4
GetTokenPropertyType(Newtonsoft.Json.Linq.JToken token) : System.Type [static] (in JTypeDescriptor) 100.00% : 5 of 5
100.00% : 4 of 4
100.00% : 1 of 1
3
.ctor(Newtonsoft.Json.Linq.JObject value) : void (in JTypeDescriptor) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
<IsValid>b__0(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<MapType>b__0(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Schema.JsonSchemaType> kv) : System.Boolean (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GenerateInternal>b__0(Newtonsoft.Json.Schema.JsonSchemaGenerator+TypeSchema tc) : System.Boolean (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetSchema>b__0(Newtonsoft.Json.Schema.JsonSchema s) : System.Boolean (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
IsValid(Newtonsoft.Json.Linq.JToken source,Newtonsoft.Json.Schema.JsonSchema schema) : System.Boolean [static] (in Extensions) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Validate(Newtonsoft.Json.Linq.JToken source,Newtonsoft.Json.Schema.JsonSchema schema) : void [static] (in Extensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Validate(Newtonsoft.Json.Linq.JToken source,Newtonsoft.Json.Schema.JsonSchema schema,Newtonsoft.Json.Schema.ValidationEventHandler validationEventHandler) : void [static] (in Extensions) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
get_InternalId() : System.String (in JsonSchema) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchema) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Parse(System.String json) : Newtonsoft.Json.Schema.JsonSchema [static] (in JsonSchema) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Parse(System.String json,Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : Newtonsoft.Json.Schema.JsonSchema [static] (in JsonSchema) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Read(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : Newtonsoft.Json.Schema.JsonSchema [static] (in JsonSchema) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString() : System.String (in JsonSchema) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo(Newtonsoft.Json.JsonWriter writer) : void (in JsonSchema) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : void (in JsonSchema) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CurrentSchema() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : void (in JsonSchemaBuilder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
MapType(Newtonsoft.Json.Schema.JsonSchemaType type) : System.String [static] (in JsonSchemaBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Parse(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaBuilder) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
Pop() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaBuilder) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ProcessAdditionalProperties() : void (in JsonSchemaBuilder) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ProcessDefault() : void (in JsonSchemaBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ProcessExtends() : void (in JsonSchemaBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Push(Newtonsoft.Json.Schema.JsonSchema value) : void (in JsonSchemaBuilder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in JsonSchemaConstants) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message) : void (in JsonSchemaException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException) : void (in JsonSchemaException) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String message,System.Exception innerException,System.Int32 lineNumber,System.Int32 linePosition) : void (in JsonSchemaException) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
AddNullType(Newtonsoft.Json.Schema.JsonSchemaType type,Newtonsoft.Json.Required valueRequired) : Newtonsoft.Json.Schema.JsonSchemaType (in JsonSchemaGenerator) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Generate(System.Type type) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate(System.Type type,Newtonsoft.Json.Schema.JsonSchemaResolver resolver,System.Boolean rootSchemaNullable) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
Generate(System.Type type,System.Boolean rootSchemaNullable) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateISerializableContract(System.Type type,Newtonsoft.Json.Serialization.JsonISerializableContract contract) : void (in JsonSchemaGenerator) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateObjectSchema(System.Type type,Newtonsoft.Json.Serialization.JsonObjectContract contract) : void (in JsonSchemaGenerator) 100.00% : 13 of 13
100.00% : 14 of 14
100.00% : 1 of 1
10
get_ContractResolver() : Newtonsoft.Json.Serialization.IContractResolver (in JsonSchemaGenerator) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_CurrentSchema() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaGenerator) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDescription(System.Type type) : System.String (in JsonSchemaGenerator) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
GetTitle(System.Type type) : System.String (in JsonSchemaGenerator) 100.00% : 5 of 5
100.00% : 4 of 4
100.00% : 1 of 1
3
GetTypeId(System.Type type,System.Boolean explicitOnly) : System.String (in JsonSchemaGenerator) 100.00% : 10 of 10
100.00% : 6 of 6
100.00% : 1 of 1
5
.ctor() : void (in JsonSchemaGenerator) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
Pop() : Newtonsoft.Json.Schema.JsonSchemaGenerator+TypeSchema (in JsonSchemaGenerator) 100.00% : 8 of 8
100.00% : 3 of 3
100.00% : 1 of 1
2
Push(Newtonsoft.Json.Schema.JsonSchemaGenerator+TypeSchema typeSchema) : void (in JsonSchemaGenerator) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver value) : void (in JsonSchemaGenerator) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Combine(Newtonsoft.Json.Schema.JsonSchemaModel model,Newtonsoft.Json.Schema.JsonSchema schema) : void [static] (in JsonSchemaModel) 100.00% : 20 of 20
100.00% : 17 of 17
100.00% : 1 of 1
10
Create(System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> schemata) : Newtonsoft.Json.Schema.JsonSchemaModel [static] (in JsonSchemaModel) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
.ctor() : void (in JsonSchemaModel) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
AddAdditionalProperties(Newtonsoft.Json.Schema.JsonSchemaNode parentNode,Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaModelBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddProperty(Newtonsoft.Json.Schema.JsonSchemaNode parentNode,System.String propertyName,Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaModelBuilder) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Build(Newtonsoft.Json.Schema.JsonSchema schema) : Newtonsoft.Json.Schema.JsonSchemaModel (in JsonSchemaModelBuilder) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
BuildNodeModel(Newtonsoft.Json.Schema.JsonSchemaNode node) : Newtonsoft.Json.Schema.JsonSchemaModel (in JsonSchemaModelBuilder) 100.00% : 20 of 20
100.00% : 12 of 12
100.00% : 1 of 1
7
.ctor() : void (in JsonSchemaModelBuilder) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<GetId>b__0(Newtonsoft.Json.Schema.JsonSchema s) : System.String [static] (in JsonSchemaNode) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetId>b__1(System.String id) : System.String [static] (in JsonSchemaNode) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
Combine(Newtonsoft.Json.Schema.JsonSchema schema) : Newtonsoft.Json.Schema.JsonSchemaNode (in JsonSchemaNode) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetId(System.Collections.Generic.IEnumerable<Newtonsoft.Json.Schema.JsonSchema> schemata) : System.String [static] (in JsonSchemaNode) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
3
.ctor(Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaNode) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Schema.JsonSchemaNode source,Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaNode) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GetKeyForItem(Newtonsoft.Json.Schema.JsonSchemaNode item) : System.String (in JsonSchemaNodeCollection) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetSchema(System.String id) : Newtonsoft.Json.Schema.JsonSchema (in JsonSchemaResolver) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaResolver) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<WriteType>b__1(Newtonsoft.Json.Schema.JsonSchemaType v) : System.Boolean [static] (in JsonSchemaWriter) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.Schema.JsonSchemaResolver resolver) : void (in JsonSchemaWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ReferenceOrWriteSchema(Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaWriter) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteItems(Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaWriter) 100.00% : 13 of 13
100.00% : 6 of 6
100.00% : 1 of 1
5
WritePropertyIfNotNull(Newtonsoft.Json.JsonWriter writer,System.String propertyName,System.Object value) : void (in JsonSchemaWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteSchema(Newtonsoft.Json.Schema.JsonSchema schema) : void (in JsonSchemaWriter) 100.00% : 70 of 70
100.00% : 32 of 32
100.00% : 1 of 1
18
.ctor(System.Type type,Newtonsoft.Json.Schema.JsonSchema schema) : void (in TypeSchema) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Message() : System.String (in ValidationEventArgs) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Schema.JsonSchemaException ex) : void (in ValidationEventArgs) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateISerializableContract>b__4(System.Object[] args) : System.Object (in <>c__DisplayClass5) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateShouldSerializeTest>b__7(System.Object o) : System.Boolean (in <>c__DisplayClass8) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.cctor() : void [static] (in CachedAttributeGetter`1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
GetAttribute(System.Reflection.ICustomAttributeProvider type) : T [static] (in CachedAttributeGetter`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in CamelCasePropertyNamesContractResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<GetSerializableMembers>b__0(System.Reflection.MemberInfo m) : System.Boolean [static] (in DefaultContractResolver) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetSerializableMembers>b__1(System.Reflection.MemberInfo m) : System.Boolean [static] (in DefaultContractResolver) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CanConvertToString(System.Type type) : System.Boolean [static] (in DefaultContractResolver) 100.00% : 8 of 8
90.91% : 10 of 11
100.00% : 1 of 1
8
CreateArrayContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonArrayContract (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateDictionaryContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonDictionaryContract (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateISerializableContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonISerializableContract (in DefaultContractResolver) 100.00% : 8 of 8
100.00% : 3 of 3
100.00% : 1 of 1
2
CreateLinqContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonLinqContract (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateObjectContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonObjectContract (in DefaultContractResolver) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
3
CreatePrimitiveContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonPrimitiveContract (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateProperty(Newtonsoft.Json.Serialization.JsonObjectContract contract,System.Reflection.MemberInfo member) : Newtonsoft.Json.Serialization.JsonProperty (in DefaultContractResolver) 100.00% : 43 of 43
97.44% : 38 of 39
100.00% : 1 of 1
22
CreateShouldSerializeTest(System.Reflection.MemberInfo member) : System.Predicate<System.Object> (in DefaultContractResolver) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
3
CreateStringContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonStringContract (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in DefaultContractResolver) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.Boolean shareCache) : void (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DynamicCodeGeneration() : System.Boolean (in DefaultContractResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetCache() : System.Collections.Generic.Dictionary<Newtonsoft.Json.Serialization.ResolverContractKey,Newtonsoft.Json.Serialization.JsonContract> (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetDefaultCreator(System.Type createdType) : System.Func<System.Object> (in DefaultContractResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetParametrizedConstructor(System.Type objectType) : System.Reflection.ConstructorInfo (in DefaultContractResolver) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
GetSerializableMembers(System.Type objectType) : System.Collections.Generic.List<System.Reflection.MemberInfo> (in DefaultContractResolver) 100.00% : 17 of 17
100.00% : 14 of 14
100.00% : 1 of 1
9
InitializeContract(Newtonsoft.Json.Serialization.JsonContract contract) : void (in DefaultContractResolver) 100.00% : 29 of 29
100.00% : 27 of 27
100.00% : 1 of 1
14
ResolveContractConverter(System.Type objectType) : Newtonsoft.Json.JsonConverter (in DefaultContractResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ResolvePropertyName(System.String propertyName) : System.String (in DefaultContractResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerializeEntityMember(System.Reflection.MemberInfo memberInfo) : System.Boolean (in DefaultContractResolver) 100.00% : 6 of 6
100.00% : 6 of 6
100.00% : 1 of 1
4
UpdateCache(System.Collections.Generic.Dictionary<Newtonsoft.Json.Serialization.ResolverContractKey,Newtonsoft.Json.Serialization.JsonContract> cache) : void (in DefaultContractResolver) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
AddReference(System.String reference,System.Object value) : void (in DefaultReferenceResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Mappings() : Newtonsoft.Json.Utilities.BidirectionalDictionary<System.String,System.Object> (in DefaultReferenceResolver) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
GetReference(System.Object value) : System.String (in DefaultReferenceResolver) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
IsReferenced(System.Object value) : System.Boolean (in DefaultReferenceResolver) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ResolveReference(System.String reference) : System.Object (in DefaultReferenceResolver) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in DefaultSerializationBinder) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.Reflection.MemberInfo memberInfo) : void (in DynamicValueProvider) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
GetValue(System.Object target) : System.Object (in DynamicValueProvider) 100.00% : 6 of 6
100.00% : 4 of 4
100.00% : 1 of 1
2
.ctor(System.Object originalObject,System.Object member,System.Exception error) : void (in ErrorContext) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Object currentObject,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in ErrorEventArgs) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateWrapper(System.Object list) : Newtonsoft.Json.Utilities.IWrappedCollection (in JsonArrayContract) 100.00% : 8 of 8
100.00% : 9 of 9
100.00% : 1 of 1
6
IsTypeGenericCollectionInterface(System.Type type) : System.Boolean (in JsonArrayContract) 100.00% : 5 of 5
100.00% : 5 of 5
100.00% : 1 of 1
4
.ctor(System.Type underlyingType) : void (in JsonArrayContract) 100.00% : 9 of 9
100.00% : 7 of 7
100.00% : 1 of 1
4
InvokeOnDeserialized(System.Object o,System.Runtime.Serialization.StreamingContext context) : void (in JsonContract) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
InvokeOnDeserializing(System.Object o,System.Runtime.Serialization.StreamingContext context) : void (in JsonContract) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
InvokeOnError(System.Object o,System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in JsonContract) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
InvokeOnSerialized(System.Object o,System.Runtime.Serialization.StreamingContext context) : void (in JsonContract) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
InvokeOnSerializing(System.Object o,System.Runtime.Serialization.StreamingContext context) : void (in JsonContract) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Type underlyingType) : void (in JsonContract) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateWrapper(System.Object dictionary) : Newtonsoft.Json.Utilities.IWrappedDictionary (in JsonDictionaryContract) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
IsTypeGenericDictionaryInterface(System.Type type) : System.Boolean (in JsonDictionaryContract) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Type underlyingType) : void (in JsonDictionaryContract) 100.00% : 10 of 10
100.00% : 5 of 5
100.00% : 1 of 1
3
GetTokenValue<T>(System.Object value) : T (in JsonFormatterConverter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.JsonSerializer serializer) : void (in JsonFormatterConverter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ToBoolean(System.Object value) : System.Boolean (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToByte(System.Object value) : System.Byte (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToChar(System.Object value) : System.Char (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToDateTime(System.Object value) : System.DateTime (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToDecimal(System.Object value) : System.Decimal (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToInt16(System.Object value) : System.Int16 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToInt32(System.Object value) : System.Int32 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToInt64(System.Object value) : System.Int64 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToSByte(System.Object value) : System.SByte (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToSingle(System.Object value) : System.Single (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Object value) : System.String (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToUInt16(System.Object value) : System.UInt16 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToUInt32(System.Object value) : System.UInt32 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToUInt64(System.Object value) : System.UInt64 (in JsonFormatterConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type underlyingType) : void (in JsonISerializableContract) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type underlyingType) : void (in JsonLinqContract) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type underlyingType) : void (in JsonObjectContract) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type underlyingType) : void (in JsonPrimitiveContract) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetClosestMatchProperty(System.String propertyName) : Newtonsoft.Json.Serialization.JsonProperty (in JsonPropertyCollection) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty item) : System.String (in JsonPropertyCollection) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetProperty(System.String propertyName,System.StringComparison comparisonType) : Newtonsoft.Json.Serialization.JsonProperty (in JsonPropertyCollection) 100.00% : 7 of 7
100.00% : 5 of 5
100.00% : 1 of 1
4
.ctor(Newtonsoft.Json.Serialization.JsonObjectContract contract) : void (in JsonPropertyCollection) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
IsErrorHandled(System.Object currentObject,Newtonsoft.Json.Serialization.JsonContract contract,System.Object keyValue,System.Exception ex) : System.Boolean (in JsonSerializerInternalBase) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(Newtonsoft.Json.JsonSerializer serializer) : void (in JsonSerializerInternalBase) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__3(Newtonsoft.Json.Serialization.JsonProperty p) : System.Boolean [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__4(Newtonsoft.Json.Serialization.JsonProperty kv) : Newtonsoft.Json.Serialization.JsonProperty [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__5(Newtonsoft.Json.Serialization.JsonProperty kv) : System.Object [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__6(System.Reflection.ParameterInfo p) : System.Reflection.ParameterInfo [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__7(System.Reflection.ParameterInfo p) : System.Object [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateObjectFromNonDefaultConstructor>b__8(System.Collections.Generic.KeyValuePair<System.Reflection.ParameterInfo,System.Object> kv) : System.String [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<PopulateObject>b__10(Newtonsoft.Json.Serialization.JsonProperty m) : Newtonsoft.Json.Serialization.JsonProperty [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<PopulateObject>b__11(Newtonsoft.Json.Serialization.JsonProperty m) : Newtonsoft.Json.Serialization.JsonSerializerInternalReader+RequiredValue [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<PopulateObject>b__f(Newtonsoft.Json.Serialization.JsonProperty m) : System.Boolean [static] (in JsonSerializerInternalReader) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CheckedRead(Newtonsoft.Json.JsonReader reader) : void (in JsonSerializerInternalReader) 100.00% : 3 of 3
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateAndPopulateDictionary(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonDictionaryContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 100.00% : 7 of 7
100.00% : 6 of 6
100.00% : 1 of 1
4
CreateAndPopulateList(Newtonsoft.Json.JsonReader reader,System.String reference,Newtonsoft.Json.Serialization.JsonArrayContract contract) : System.Object (in JsonSerializerInternalReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateAndPopulateObject(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonObjectContract contract,System.String id) : System.Object (in JsonSerializerInternalReader) 100.00% : 10 of 10
100.00% : 11 of 11
100.00% : 1 of 1
7
CreateJObject(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JToken (in JsonSerializerInternalReader) 100.00% : 9 of 9
100.00% : 4 of 4
100.00% : 1 of 1
3
CreateJToken(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonContract contract) : Newtonsoft.Json.Linq.JToken (in JsonSerializerInternalReader) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
CreateList(Newtonsoft.Json.JsonReader reader,System.Type objectType,Newtonsoft.Json.Serialization.JsonContract contract,Newtonsoft.Json.Serialization.JsonProperty member,System.Object existingValue,System.String reference) : System.Object (in JsonSerializerInternalReader) 100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
3
CreateValueNonProperty(Newtonsoft.Json.JsonReader reader,System.Type objectType,Newtonsoft.Json.Serialization.JsonContract contract) : System.Object (in JsonSerializerInternalReader) 100.00% : 5 of 5
100.00% : 4 of 4
100.00% : 1 of 1
3
CreateValueProperty(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonProperty property,System.Object target,System.Boolean gottenCurrentValue,System.Object currentValue) : System.Object (in JsonSerializerInternalReader) 100.00% : 9 of 9
100.00% : 9 of 9
100.00% : 1 of 1
6
EnsureType(System.Object value,System.Type targetType) : System.Object (in JsonSerializerInternalReader) 100.00% : 9 of 9
100.00% : 4 of 4
100.00% : 1 of 1
3
GetContractSafe(System.Type type) : Newtonsoft.Json.Serialization.JsonContract (in JsonSerializerInternalReader) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetContractSafe(System.Type type,System.Object value) : Newtonsoft.Json.Serialization.JsonContract (in JsonSerializerInternalReader) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetConverter(Newtonsoft.Json.Serialization.JsonContract contract,Newtonsoft.Json.JsonConverter memberConverter) : Newtonsoft.Json.JsonConverter (in JsonSerializerInternalReader) 100.00% : 12 of 12
100.00% : 8 of 8
100.00% : 1 of 1
6
GetFormatterConverter() : Newtonsoft.Json.Serialization.JsonFormatterConverter (in JsonSerializerInternalReader) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
GetInternalSerializer() : Newtonsoft.Json.Serialization.JsonSerializerProxy (in JsonSerializerInternalReader) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
HandleError(Newtonsoft.Json.JsonReader reader,System.Int32 initialDepth) : void (in JsonSerializerInternalReader) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
HasDefinedType(System.Type type) : System.Boolean (in JsonSerializerInternalReader) 100.00% : 2 of 2
100.00% : 4 of 4
100.00% : 1 of 1
3
.ctor(Newtonsoft.Json.JsonSerializer serializer) : void (in JsonSerializerInternalReader) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Populate(Newtonsoft.Json.JsonReader reader,System.Object target) : void (in JsonSerializerInternalReader) 100.00% : 23 of 23
100.00% : 14 of 14
100.00% : 1 of 1
9
SetPropertyValue(Newtonsoft.Json.Serialization.JsonProperty property,Newtonsoft.Json.JsonReader reader,System.Object target) : void (in JsonSerializerInternalReader) 100.00% : 19 of 19
100.00% : 24 of 24
100.00% : 1 of 1
15
SetRequiredProperty(Newtonsoft.Json.JsonReader reader,Newtonsoft.Json.Serialization.JsonProperty property,System.Collections.Generic.Dictionary<Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json.Serialization.JsonSerializerInternalReader+RequiredValue> requiredProperties) : void (in JsonSerializerInternalReader) 100.00% : 3 of 3
100.00% : 5 of 5
100.00% : 1 of 1
4
get_SerializeStack() : System.Collections.Generic.List<System.Object> (in JsonSerializerInternalWriter) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
GetContractSafe(System.Object value) : Newtonsoft.Json.Serialization.JsonContract (in JsonSerializerInternalWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
GetInternalSerializer() : Newtonsoft.Json.Serialization.JsonSerializerProxy (in JsonSerializerInternalWriter) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
GetPropertyName(System.Collections.DictionaryEntry entry) : System.String (in JsonSerializerInternalWriter) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
HandleError(Newtonsoft.Json.JsonWriter writer,System.Int32 initialDepth) : void (in JsonSerializerInternalWriter) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
HasFlag(Newtonsoft.Json.PreserveReferencesHandling value,Newtonsoft.Json.PreserveReferencesHandling flag) : System.Boolean (in JsonSerializerInternalWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
HasFlag(Newtonsoft.Json.TypeNameHandling value,Newtonsoft.Json.TypeNameHandling flag) : System.Boolean (in JsonSerializerInternalWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.JsonSerializer serializer) : void (in JsonSerializerInternalWriter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeISerializable(Newtonsoft.Json.JsonWriter writer,System.Runtime.Serialization.ISerializable value,Newtonsoft.Json.Serialization.JsonISerializableContract contract) : void (in JsonSerializerInternalWriter) 100.00% : 14 of 14
100.00% : 3 of 3
100.00% : 1 of 1
2
SerializeList(Newtonsoft.Json.JsonWriter writer,System.Collections.IList values,Newtonsoft.Json.Serialization.JsonArrayContract contract,Newtonsoft.Json.Serialization.JsonProperty member) : void (in JsonSerializerInternalWriter) 100.00% : 34 of 34
96.00% : 24 of 25
100.00% : 1 of 1
14
SerializeObject(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.Serialization.JsonObjectContract contract,Newtonsoft.Json.Serialization.JsonProperty member) : void (in JsonSerializerInternalWriter) 100.00% : 25 of 25
100.00% : 20 of 20
100.00% : 1 of 1
12
SerializeString(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.Serialization.JsonStringContract contract) : void (in JsonSerializerInternalWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerialize(Newtonsoft.Json.Serialization.JsonProperty property,System.Object target) : System.Boolean (in JsonSerializerInternalWriter) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ShouldWriteReference(System.Object value,Newtonsoft.Json.Serialization.JsonProperty property,Newtonsoft.Json.Serialization.JsonContract contract) : System.Boolean (in JsonSerializerInternalWriter) 100.00% : 17 of 17
100.00% : 12 of 12
100.00% : 1 of 1
8
TryConvertToString(System.Object value,System.Type type,byref System.String s) : System.Boolean [static] (in JsonSerializerInternalWriter) 100.00% : 11 of 11
75.00% : 6 of 8
100.00% : 1 of 1
6
WriteMemberInfoProperty(Newtonsoft.Json.JsonWriter writer,System.Object memberValue,Newtonsoft.Json.Serialization.JsonProperty property,Newtonsoft.Json.Serialization.JsonContract contract) : void (in JsonSerializerInternalWriter) 100.00% : 15 of 15
100.00% : 9 of 9
100.00% : 1 of 1
7
WriteReference(Newtonsoft.Json.JsonWriter writer,System.Object value) : void (in JsonSerializerInternalWriter) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTypeProperty(Newtonsoft.Json.JsonWriter writer,System.Type type) : void (in JsonSerializerInternalWriter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceResolver() : Newtonsoft.Json.Serialization.IReferenceResolver (in JsonSerializerProxy) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader serializerReader) : void (in JsonSerializerProxy) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalWriter serializerWriter) : void (in JsonSerializerProxy) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type underlyingType) : void (in JsonStringContract) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetAssociatedMetadataType(System.Type type) : System.Type [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetAttribute<T>(System.Reflection.MemberInfo memberInfo) : T [static] (in JsonTypeReflector) 100.00% : 9 of 9
100.00% : 6 of 6
100.00% : 1 of 1
4
GetAttribute<T>(System.Type type) : T [static] (in JsonTypeReflector) 100.00% : 7 of 7
100.00% : 4 of 4
100.00% : 1 of 1
3
GetDataContractAttribute(System.Type type) : System.Runtime.Serialization.DataContractAttribute [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetJsonArrayAttribute(System.Type type) : Newtonsoft.Json.JsonArrayAttribute [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetJsonContainerAttribute(System.Type type) : Newtonsoft.Json.JsonContainerAttribute [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetJsonConverter(System.Reflection.ICustomAttributeProvider attributeProvider,System.Type targetConvertedType) : Newtonsoft.Json.JsonConverter [static] (in JsonTypeReflector) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
GetJsonConverterType(System.Reflection.ICustomAttributeProvider attributeProvider) : System.Type [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetJsonConverterTypeFromAttribute(System.Reflection.ICustomAttributeProvider attributeProvider) : System.Type [static] (in JsonTypeReflector) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
GetJsonObjectAttribute(System.Type type) : Newtonsoft.Json.JsonObjectAttribute [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetObjectMemberSerialization(System.Type objectType) : Newtonsoft.Json.MemberSerialization [static] (in JsonTypeReflector) 100.00% : 8 of 8
100.00% : 3 of 3
100.00% : 1 of 1
3
GetTypeConverter(System.Type type) : System.ComponentModel.TypeConverter [static] (in JsonTypeReflector) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in JsonTypeReflector) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
System.Collections.Generic.IEqualityComparer<System.Object>.Equals(System.Object x,System.Object y) : System.Boolean (in ReferenceEqualsEqualityComparer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEqualityComparer<System.Object>.GetHashCode(System.Object obj) : System.Int32 (in ReferenceEqualsEqualityComparer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(Newtonsoft.Json.Serialization.ResolverContractKey other) : System.Boolean (in ResolverContractKey) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
GetHashCode() : System.Int32 (in ResolverContractKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type resolverType,System.Type contractType) : void (in ResolverContractKey) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateCastConverter>b__0(System.Object o) : System.Object (in <>c__DisplayClass1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateCollectionWrapper>b__4(System.Type t,System.Collections.Generic.IList<System.Object> a) : System.Object (in <>c__DisplayClass6) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<GetFieldsAndProperties>b__2(System.Reflection.MemberInfo m) : System.Boolean (in <>c__DisplayClass6) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
2
<TryConvert>b__6() : System.Object (in <>c__DisplayClass7) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ForgivingCaseSensitiveFind>b__6(TSource s) : System.Boolean (in <>c__DisplayClass9`1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ForgivingCaseSensitiveFind>b__7(TSource s) : System.Boolean (in <>c__DisplayClass9`1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetChildPrivateProperties>b__c(System.Reflection.MemberInfo p) : System.Boolean (in <>c__DisplayClassd) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateDictionaryWrapper>b__c(System.Type t,System.Collections.Generic.IList<System.Object> a) : System.Object (in <>c__DisplayClasse) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.IO.TextWriter writer) : void (in Base64Encoder) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Flush() : void (in Base64Encoder) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteChars(System.Char[] chars,System.Int32 index,System.Int32 count) : void (in Base64Encoder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.Generic.IEqualityComparer<TFirst> firstEqualityComparer,System.Collections.Generic.IEqualityComparer<TSecond> secondEqualityComparer) : void (in BidirectionalDictionary`2) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
TryGetByFirst(TFirst first,byref TSecond second) : System.Boolean (in BidirectionalDictionary`2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
TryGetBySecond(TSecond second,byref TFirst first) : System.Boolean (in BidirectionalDictionary`2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddDistinct<T>(System.Collections.Generic.IList<T> list,T value) : System.Boolean [static] (in CollectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
AddDistinct<T>(System.Collections.Generic.IList<T> list,T value,System.Collections.Generic.IEqualityComparer<T> comparer) : System.Boolean [static] (in CollectionUtils) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
AddRange(System.Collections.IList initial,System.Collections.IEnumerable collection) : void [static] (in CollectionUtils) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
AddRangeDistinct<T>(System.Collections.Generic.IList<T> list,System.Collections.Generic.IEnumerable<T> values,System.Collections.Generic.IEqualityComparer<T> comparer) : System.Boolean [static] (in CollectionUtils) 100.00% : 8 of 8
100.00% : 6 of 6
100.00% : 1 of 1
4
CreateGenericList(System.Type listType) : System.Collections.IList [static] (in CollectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IndexOf<T>(System.Collections.Generic.IEnumerable<T> collection,System.Func<T,System.Boolean> predicate) : System.Int32 [static] (in CollectionUtils) 100.00% : 9 of 9
100.00% : 5 of 5
100.00% : 1 of 1
4
IsDictionaryType(System.Type type) : System.Boolean [static] (in CollectionUtils) 100.00% : 7 of 7
100.00% : 3 of 3
100.00% : 1 of 1
3
IsNullOrEmpty<T>(System.Collections.Generic.ICollection<T> collection) : System.Boolean [static] (in CollectionUtils) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
Add(T item) : void (in CollectionWrapper`1) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Collections.Generic.ICollection<T> list) : void (in CollectionWrapper`1) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.IList list) : void (in CollectionWrapper`1) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Count() : System.Int32 (in CollectionWrapper`1) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_UnderlyingCollection() : System.Object (in CollectionWrapper`1) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
System.Collections.IList.Add(System.Object value) : System.Int32 (in CollectionWrapper`1) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertOrCast(System.Object initialValue,System.Globalization.CultureInfo culture,System.Type targetType) : System.Object [static] (in ConvertUtils) 100.00% : 8 of 8
100.00% : 6 of 6
100.00% : 1 of 1
5
.cctor() : void [static] (in ConvertUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CreateCastConverter(Newtonsoft.Json.Utilities.ConvertUtils+TypeConvertKey t) : System.Func<System.Object,System.Object> [static] (in ConvertUtils) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
GetConverter(System.Type t) : System.ComponentModel.TypeConverter [static] (in ConvertUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
TryConvert(System.Object initialValue,System.Globalization.CultureInfo culture,System.Type targetType,byref System.Object convertedValue) : System.Boolean [static] (in ConvertUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetLocalOffset(System.DateTime d) : System.String [static] (in DateTimeUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TEnumeratorKey,TEnumeratorValue>> e) : void (in DictionaryEnumerator`2) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Current() : System.Object (in DictionaryEnumerator`2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
MoveNext() : System.Boolean (in DictionaryEnumerator`2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.Generic.IDictionary<TKey,TValue> dictionary) : void (in DictionaryWrapper`2) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.IDictionary dictionary) : void (in DictionaryWrapper`2) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_UnderlyingDictionary() : System.Object (in DictionaryWrapper`2) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
System.Collections.IDictionary.GetEnumerator() : System.Collections.IDictionaryEnumerator (in DictionaryWrapper`2) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
System.Collections.IDictionary.set_Item(System.Object key,System.Object value) : void (in DictionaryWrapper`2) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateDynamicMethod(System.String name,System.Type returnType,System.Type[] parameterTypes,System.Type owner) : System.Reflection.Emit.DynamicMethod [static] (in DynamicReflectionDelegateFactory) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
CreateGet<T>(System.Reflection.FieldInfo fieldInfo) : System.Func<T,System.Object> (in DynamicReflectionDelegateFactory) 100.00% : 9 of 9
100.00% : 3 of 3
100.00% : 1 of 1
2
CreateSet<T>(System.Reflection.FieldInfo fieldInfo) : System.Action<T,System.Object> (in DynamicReflectionDelegateFactory) 100.00% : 10 of 10
100.00% : 3 of 3
100.00% : 1 of 1
2
CreateSet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Action<T,System.Object> (in DynamicReflectionDelegateFactory) 100.00% : 11 of 11
100.00% : 3 of 3
100.00% : 1 of 1
2
.cctor() : void [static] (in DynamicReflectionDelegateFactory) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CreateWrapper<T>(System.Object realObject) : T [static] (in DynamicWrapper) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in DynamicWrapper) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
GenerateWrapperType(System.Type interfaceType,System.Type underlyingType) : System.Type [static] (in DynamicWrapper) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
get_ModuleBuilder() : System.Reflection.Emit.ModuleBuilder [static] (in DynamicWrapper) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetWrapper(System.Type interfaceType,System.Type realObjectType) : System.Type [static] (in DynamicWrapper) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
Init() : void [static] (in DynamicWrapper) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
<GetNames>b__6(System.Reflection.FieldInfo field) : System.Boolean [static] (in EnumUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetValues>b__4(System.Reflection.FieldInfo field) : System.Boolean [static] (in EnumUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
GetNamesAndValues<T>() : Newtonsoft.Json.Utilities.EnumValues<System.UInt64> [static] (in EnumUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,T value) : void (in EnumValue`1) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in EnumValue`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : T (in EnumValue`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetKeyForItem(Newtonsoft.Json.Utilities.EnumValue<T> item) : System.String (in EnumValues`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
BoxIfNeeded(System.Reflection.Emit.ILGenerator generator,System.Type type) : void [static] (in ILGeneratorExtensions) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
CallMethod(System.Reflection.Emit.ILGenerator generator,System.Reflection.MethodInfo methodInfo) : void [static] (in ILGeneratorExtensions) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
PushInstance(System.Reflection.Emit.ILGenerator generator,System.Type type) : void [static] (in ILGeneratorExtensions) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
Return(System.Reflection.Emit.ILGenerator generator) : void [static] (in ILGeneratorExtensions) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
UnboxIfNeeded(System.Reflection.Emit.ILGenerator generator,System.Type type) : void [static] (in ILGeneratorExtensions) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
ToEscapedJavaScriptString(System.String value) : System.String [static] (in JavaScriptUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToEscapedJavaScriptString(System.String value,System.Char delimiter,System.Boolean appendDelimiters) : System.String [static] (in JavaScriptUtils) 100.00% : 4 of 4
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteEscapedJavaScriptString(System.IO.TextWriter writer,System.String value,System.Char delimiter,System.Boolean appendDelimiters) : void [static] (in JavaScriptUtils) 100.00% : 51 of 51
100.00% : 31 of 31
100.00% : 1 of 1
24
.cctor() : void [static] (in LateBoundReflectionDelegateFactory) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
IntToHex(System.Int32 n) : System.Char [static] (in MathUtils) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
BytesToHex(System.Byte[] bytes) : System.String [static] (in MiscellaneousUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetLocalName(System.String qualifiedName) : System.String [static] (in MiscellaneousUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetPrefix(System.String qualifiedName) : System.String [static] (in MiscellaneousUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetQualifiedNameParts(System.String qualifiedName,byref System.String prefix,byref System.String localName) : void [static] (in MiscellaneousUtils) 100.00% : 7 of 7
100.00% : 5 of 5
100.00% : 1 of 1
4
HexToBytes(System.String hex) : System.Byte[] [static] (in MiscellaneousUtils) 100.00% : 16 of 16
100.00% : 7 of 7
100.00% : 1 of 1
4
TryAction<T>(Newtonsoft.Json.Utilities.Creator<T> creator,byref T output) : System.Boolean [static] (in MiscellaneousUtils) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateGeneric>b__8(System.Type t,System.Collections.Generic.IList<System.Object> a) : System.Object [static] (in ReflectionUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetChildPrivateFields>b__a(System.Reflection.FieldInfo f) : System.Boolean [static] (in ReflectionUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetFieldsAndProperties>b__0(System.Reflection.MemberInfo m) : System.String [static] (in ReflectionUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<GetFieldsAndProperties>b__1(System.Linq.IGrouping<System.String,System.Reflection.MemberInfo> g) : <>f__AnonymousType0<System.Int32,System.Collections.Generic.IEnumerable<System.Reflection.MemberInfo>> [static] (in ReflectionUtils) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AssignableToTypeName(System.Type type,System.String fullTypeName) : System.Boolean [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateGeneric(System.Type genericTypeDefinition,System.Collections.Generic.IList<System.Type> innerTypes,System.Func<System.Type,System.Collections.Generic.IList<System.Object>,System.Object> instanceCreator,System.Object[] args) : System.Object [static] (in ReflectionUtils) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateGeneric(System.Type genericTypeDefinition,System.Collections.Generic.IList<System.Type> innerTypes,System.Object[] args) : System.Object [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateGeneric(System.Type genericTypeDefinition,System.Type innerType,System.Object[] args) : System.Object [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateInstance(System.Type type,System.Object[] args) : System.Object [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetAssemblyDelimiterIndex(System.String fullyQualifiedTypeName) : System.Nullable<System.Int32> [static] (in ReflectionUtils) 100.00% : 15 of 15
100.00% : 6 of 6
100.00% : 1 of 1
6
GetAttribute<T>(System.Reflection.ICustomAttributeProvider attributeProvider) : T [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetAttribute<T>(System.Reflection.ICustomAttributeProvider attributeProvider,System.Boolean inherit) : T [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetAttributes<T>(System.Reflection.ICustomAttributeProvider attributeProvider,System.Boolean inherit) : T[] [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetChildPrivateFields(System.Collections.Generic.IList<System.Reflection.MemberInfo> initialFields,System.Type targetType,System.Reflection.BindingFlags bindingAttr) : void [static] (in ReflectionUtils) 100.00% : 6 of 6
100.00% : 5 of 5
100.00% : 1 of 1
4
GetChildPrivateProperties(System.Collections.Generic.IList<System.Reflection.MemberInfo> initialProperties,System.Type targetType,System.Reflection.BindingFlags bindingAttr) : void [static] (in ReflectionUtils) 100.00% : 12 of 12
100.00% : 8 of 8
100.00% : 1 of 1
5
GetDefaultConstructor(System.Type t) : System.Reflection.ConstructorInfo [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDefaultConstructor(System.Type t,System.Boolean nonPublic) : System.Reflection.ConstructorInfo [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
GetDictionaryKeyType(System.Type dictionaryType) : System.Type [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDictionaryValueType(System.Type dictionaryType) : System.Type [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetFields(System.Type targetType,System.Reflection.BindingFlags bindingAttr) : System.Collections.Generic.IEnumerable<System.Reflection.FieldInfo> [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GetFieldsAndProperties(System.Type type,System.Reflection.BindingFlags bindingAttr) : System.Collections.Generic.List<System.Reflection.MemberInfo> [static] (in ReflectionUtils) 100.00% : 14 of 14
100.00% : 9 of 9
100.00% : 1 of 1
7
GetObjectType(System.Object v) : System.Type [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
GetProperties(System.Type targetType,System.Reflection.BindingFlags bindingAttr) : System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
HasDefaultConstructor(System.Type t) : System.Boolean [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
HasDefaultConstructor(System.Type t,System.Boolean nonPublic) : System.Boolean [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
ImplementsGenericDefinition(System.Type type,System.Type genericInterfaceDefinition) : System.Boolean [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
InheritsGenericDefinition(System.Type type,System.Type genericClassDefinition) : System.Boolean [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
InheritsGenericDefinitionInternal(System.Type currentType,System.Type genericClassDefinition,byref System.Type implementingType) : System.Boolean [static] (in ReflectionUtils) 100.00% : 10 of 10
100.00% : 5 of 5
100.00% : 1 of 1
4
IsIndexedProperty(System.Reflection.MemberInfo member) : System.Boolean [static] (in ReflectionUtils) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
IsIndexedProperty(System.Reflection.PropertyInfo property) : System.Boolean [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IsNullable(System.Type t) : System.Boolean [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
IsNullableType(System.Type t) : System.Boolean [static] (in ReflectionUtils) 100.00% : 3 of 3
100.00% : 3 of 3
100.00% : 1 of 1
2
MakeGenericType(System.Type genericTypeDefinition,System.Type[] innerTypes) : System.Type [static] (in ReflectionUtils) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveFlag(System.Reflection.BindingFlags bindingAttr,System.Reflection.BindingFlags flag) : System.Reflection.BindingFlags [static] (in ReflectionUtils) 100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
SplitFullyQualifiedTypeName(System.String fullyQualifiedTypeName,byref System.String typeName,byref System.String assemblyName) : void [static] (in ReflectionUtils) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
Append(System.Char value) : void (in StringBuffer) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
Clear() : void (in StringBuffer) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
EnsureSize(System.Int32 appendLength) : void (in StringBuffer) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Position() : System.Int32 (in StringBuffer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetInternalBuffer() : System.Char[] (in StringBuffer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Position(System.Int32 value) : void (in StringBuffer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in StringBuffer) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.Int32 initalSize) : void (in StringBuffer) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString() : System.String (in StringBuffer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString(System.Int32 start,System.Int32 length) : System.String (in StringBuffer) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateStringWriter(System.Int32 capacity) : System.IO.StringWriter [static] (in StringUtils) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
FormatWith(System.String format,System.IFormatProvider provider,System.Object[] args) : System.String [static] (in StringUtils) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
NullEmptyString(System.String s) : System.String [static] (in StringUtils) 100.00% : 2 of 2
66.67% : 2 of 3
100.00% : 1 of 1
2
ToCharAsUnicode(System.Char c) : System.String [static] (in StringUtils) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Get(TKey key) : TValue (in ThreadSafeStore`2) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
Equals(Newtonsoft.Json.Utilities.ConvertUtils+TypeConvertKey other) : System.Boolean (in TypeConvertKey) 100.00% : 2 of 2
66.67% : 2 of 3
100.00% : 1 of 1
2
get_InitialType() : System.Type (in TypeConvertKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TargetType() : System.Type (in TypeConvertKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32 (in TypeConvertKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type initialType,System.Type targetType) : void (in TypeConvertKey) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<AllMethods>b__10(System.Type type) : System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> [static] (in TypeExtensions) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<AllMethods>b__11(System.Type type,System.Reflection.MethodInfo method) : System.Reflection.MethodInfo [static] (in TypeExtensions) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AllMethods(System.Type target) : System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> [static] (in TypeExtensions) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
3
ArgumentNotNullOrEmpty<T>(System.Collections.Generic.ICollection<T> collection,System.String parameterName) : void [static] (in ValidationUtils) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateKey(System.Type interfaceType,System.Type realObjectType) : System.String [static] (in WrapperDictionary) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetType(System.Type interfaceType,System.Type realObjectType) : System.Type (in WrapperDictionary) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor() : void (in WrapperDictionary) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<Generate>b__0(System.Reflection.ParameterInfo parameter) : System.Type [static] (in WrapperMethodBuilder) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
LoadUnderlyingObject(System.Reflection.Emit.ILGenerator ilGenerator,System.Reflection.FieldInfo srcField) : void [static] (in WrapperMethodBuilder) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
PushParameters(System.Collections.Generic.ICollection<System.Reflection.ParameterInfo> parameters,System.Reflection.Emit.ILGenerator ilGenerator) : void [static] (in WrapperMethodBuilder) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
Return(System.Reflection.Emit.ILGenerator ilGenerator) : void [static] (in WrapperMethodBuilder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Type realObjectType,System.Reflection.Emit.TypeBuilder proxyBuilder) : void (in WrapperMethodBuilder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
<StringDoesNotMatchPattern>b__f(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass10) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<IntegerGreaterThanMaximumValue>b__12(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass13) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<IntegerLessThanMinimumValue>b__15(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass16) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<IntegerIsNotInEnum>b__18(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass19) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FloatGreaterThanMaximumValue>b__1b(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass1c) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FloatLessThanMinimumValue>b__1e(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass1f) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FloatIsNotInEnum>b__21(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass22) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FloatExceedsMaxDecimalPlaces>b__24(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass25) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<NullNotInEnum>b__27(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass28) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<BooleanNotInEnum>b__2a(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass2b) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ArrayCountGreaterThanMaximumItems>b__2d(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass2e) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ArrayCountLessThanMinimumItems>b__30(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass31) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<InvalidDataType>b__33(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass34) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<StringDisallowed>b__36(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass37) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<MissingNonoptionalProperties>b__39(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass3a) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<DisableAdditionalProperties>b__3f(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass40) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ExtendsStringGreaterThanMaximumLength>b__42(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass43) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<ExtendsDisallowAdditionProperties>b__45(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass46) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ExtendsMissingNonoptionalProperties>b__48(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass49) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<sdfsdf>b__4b(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass4c) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ExtendedComplex>b__4e(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass4f) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<SerializeSize>b__0() : System.Byte[] (in <>c__DisplayClass5) 100.00% : 6 of 6
N/A : 0 of 0
100.00% : 1 of 1
2
<SerializeSize>b__1() : System.Byte[] (in <>c__DisplayClass5) 100.00% : 10 of 10
N/A : 0 of 0
100.00% : 1 of 1
2
<SerializeSize>b__2() : System.Byte[] (in <>c__DisplayClass5) 100.00% : 8 of 8
N/A : 0 of 0
100.00% : 1 of 1
2
<SerializeSize>b__3() : System.Byte[] (in <>c__DisplayClass5) 100.00% : 8 of 8
N/A : 0 of 0
100.00% : 1 of 1
2
<SerializeSize>b__4() : System.Byte[] (in <>c__DisplayClass5) 100.00% : 8 of 8
N/A : 0 of 0
100.00% : 1 of 1
2
<StringLessThanMinimumLength>b__6(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass7) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<StringGreaterThanMaximumLength>b__9(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClassa) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<StringIsNotInEnum>b__c(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClassd) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in Address) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
1
get_Entered() : System.DateTime (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Phone() : System.String (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Street() : System.String (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Entered(System.DateTime value) : void (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Phone(System.String value) : void (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Street(System.String value) : void (in Address) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonReaderException() : void (in ExceptionTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonSchemaException() : void (in ExceptionTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonSerializationException() : void (in ExceptionTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonWriterException() : void (in ExceptionTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CreatedDate() : System.DateTime (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Description() : System.String (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FileId() : System.Guid (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Folder() : Newtonsoft.Json.Tests.Folder (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CreatedDate(System.DateTime value) : void (in File) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Description(System.String value) : void (in File) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FileId(System.Guid value) : void (in File) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Folder(Newtonsoft.Json.Tests.Folder value) : void (in File) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in File) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ChildFolders() : System.Data.Objects.DataClasses.EntityCollection<Newtonsoft.Json.Tests.Folder> (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CreatedDate() : System.DateTime (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Description() : System.String (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Files() : System.Data.Objects.DataClasses.EntityCollection<Newtonsoft.Json.Tests.File> (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FolderId() : System.Guid (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ParentFolder() : Newtonsoft.Json.Tests.Folder (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ParentFolderReference() : System.Data.Objects.DataClasses.EntityReference<Newtonsoft.Json.Tests.Folder> (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CreatedDate(System.DateTime value) : void (in Folder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Description(System.String value) : void (in Folder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FolderId(System.Guid value) : void (in Folder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in Folder) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ParentFolder(Newtonsoft.Json.Tests.Folder value) : void (in Folder) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DefaultValueHandlingTest() : void (in JsonArrayAttributeTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
IsReferenceTest() : void (in JsonArrayAttributeTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
NullValueHandlingTest() : void (in JsonArrayAttributeTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ReferenceLoopHandlingTest() : void (in JsonArrayAttributeTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DecimalToString() : void (in JsonConvertTest) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeValueObjects() : void (in JsonConvertTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
EnumToString() : void (in JsonConvertTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
EscapeJavaScriptString() : void (in JsonConvertTest) 100.00% : 33 of 33
100.00% : 1 of 1
100.00% : 1 of 1
1
EscapeJavaScriptString_UnicodeLinefeeds() : void (in JsonConvertTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatToString() : void (in JsonConvertTest) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
GuidToString() : void (in JsonConvertTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectToString() : void (in JsonConvertTest) 100.00% : 37 of 37
100.00% : 1 of 1
100.00% : 1 of 1
1
StringEscaping() : void (in JsonConvertTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Depth() : void (in JsonTextReaderTest) 100.00% : 36 of 36
100.00% : 2 of 2
100.00% : 1 of 1
2
EscapedUnicodeText() : void (in JsonTextReaderTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatingPointNonFiniteNumbers() : void (in JsonTextReaderTest) 100.00% : 17 of 17
100.00% : 2 of 2
100.00% : 1 of 1
2
LongStringTest() : void (in JsonTextReaderTest) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
ParsingQuotedPropertyWithControlCharacters() : void (in JsonTextReaderTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytesFollowingNumberInArray() : void (in JsonTextReaderTest) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytesFollowingNumberInObject() : void (in JsonTextReaderTest) 100.00% : 16 of 16
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadFloatingPointNumber() : void (in JsonTextReaderTest) 100.00% : 52 of 52
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadingEscapedStrings() : void (in JsonTextReaderTest) 100.00% : 19 of 19
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadingIndented() : void (in JsonTextReaderTest) 100.00% : 51 of 51
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadNewlineLastCharacter() : void (in JsonTextReaderTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadNullTerminatorStrings() : void (in JsonTextReaderTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadOctalNumber() : void (in JsonTextReaderTest) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadSingleBytes() : void (in JsonTextReaderTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadUnicode() : void (in JsonTextReaderTest) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteReadWrite() : void (in JsonTextReaderTest) 100.00% : 36 of 36
100.00% : 5 of 5
100.00% : 1 of 1
4
YahooFinance() : void (in JsonTextReaderTest) 100.00% : 5 of 5
100.00% : 4 of 4
100.00% : 1 of 1
3
FloatingPointNonFiniteNumbers() : void (in JsonTextWriterTest) 100.00% : 17 of 17
100.00% : 2 of 2
100.00% : 1 of 1
2
Indentation() : void (in JsonTextWriterTest) 100.00% : 21 of 21
100.00% : 2 of 2
100.00% : 1 of 1
2
Indenting() : void (in JsonTextWriterTest) 100.00% : 23 of 23
100.00% : 2 of 2
100.00% : 1 of 1
2
NullableValueFormatting() : void (in JsonTextWriterTest) 100.00% : 38 of 38
100.00% : 2 of 2
100.00% : 1 of 1
2
State() : void (in JsonTextWriterTest) 100.00% : 21 of 21
100.00% : 2 of 2
100.00% : 1 of 1
2
StringEscaping() : void (in JsonTextWriterTest) 100.00% : 15 of 15
100.00% : 2 of 2
100.00% : 1 of 1
2
ValueFormatting() : void (in JsonTextWriterTest) 100.00% : 24 of 24
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteBytesInArray() : void (in JsonTextWriterTest) 100.00% : 17 of 17
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteFloatingPointNumber() : void (in JsonTextWriterTest) 100.00% : 22 of 22
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteObjectNestedInConstructor() : void (in JsonTextWriterTest) 100.00% : 14 of 14
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteRawInArray() : void (in JsonTextWriterTest) 100.00% : 14 of 14
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteRawInObject() : void (in JsonTextWriterTest) 100.00% : 11 of 11
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteRawInStart() : void (in JsonTextWriterTest) 100.00% : 13 of 13
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteRawValue() : void (in JsonTextWriterTest) 100.00% : 13 of 13
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteSingleBytes() : void (in JsonTextWriterTest) 100.00% : 14 of 14
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteToken() : void (in JsonTextWriterTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValueObjectWithNullable() : void (in JsonTextWriterTest) 100.00% : 10 of 10
100.00% : 2 of 2
100.00% : 1 of 1
2
ArrayCountGreaterThanMaximumItems() : void (in JsonValidatingReaderTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
ArrayCountLessThanMinimumItems() : void (in JsonValidatingReaderTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
BooleanNotInEnum() : void (in JsonValidatingReaderTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
CheckInnerReader() : void (in JsonValidatingReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
DisableAdditionalProperties() : void (in JsonValidatingReaderTests) 100.00% : 33 of 33
100.00% : 1 of 1
100.00% : 1 of 1
1
ExtendedComplex() : void (in JsonValidatingReaderTests) 100.00% : 62 of 62
100.00% : 1 of 1
100.00% : 1 of 1
1
ExtendsDisallowAdditionProperties() : void (in JsonValidatingReaderTests) 100.00% : 41 of 41
100.00% : 1 of 1
100.00% : 1 of 1
1
ExtendsMissingNonoptionalProperties() : void (in JsonValidatingReaderTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
ExtendsStringGreaterThanMaximumLength() : void (in JsonValidatingReaderTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatExceedsMaxDecimalPlaces() : void (in JsonValidatingReaderTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatGreaterThanMaximumValue() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatIsNotInEnum() : void (in JsonValidatingReaderTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
FloatLessThanMinimumValue() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
GetExtendedSchema() : Newtonsoft.Json.Schema.JsonSchema (in JsonValidatingReaderTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
IntegerGreaterThanMaximumValue() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
IntegerIsNotInEnum() : void (in JsonValidatingReaderTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
IntegerLessThanMinimumValue() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
InvalidDataType() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
MissingNonoptionalProperties() : void (in JsonValidatingReaderTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
MissingOptionalProperties() : void (in JsonValidatingReaderTests) 100.00% : 19 of 19
100.00% : 1 of 1
100.00% : 1 of 1
1
NullNotInEnum() : void (in JsonValidatingReaderTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
sdfsdf() : void (in JsonValidatingReaderTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
StringDisallowed() : void (in JsonValidatingReaderTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
StringDoesNotMatchPattern() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
StringGreaterThanMaximumLength() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
StringIsNotInEnum() : void (in JsonValidatingReaderTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
StringLessThanMinimumLength() : void (in JsonValidatingReaderTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateTypes() : void (in JsonValidatingReaderTests) 100.00% : 39 of 39
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateUnrestrictedArray() : void (in JsonValidatingReaderTests) 100.00% : 47 of 47
100.00% : 1 of 1
100.00% : 1 of 1
1
BenchmarkDeserializeMethod<T>(Newtonsoft.Json.Tests.PerformanceTests+SerializeMethod method,System.Object json) : void (in PerformanceTests) 100.00% : 14 of 14
100.00% : 3 of 3
100.00% : 1 of 1
2
BenchmarkSerializeMethod(Newtonsoft.Json.Tests.PerformanceTests+SerializeMethod method,System.Object value) : void (in PerformanceTests) 100.00% : 14 of 14
100.00% : 3 of 3
100.00% : 1 of 1
2
CreateSerializationObject() : Newtonsoft.Json.Tests.TestClass (in PerformanceTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize() : void (in PerformanceTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeBinaryFormatter<T>(System.Byte[] bytes) : T (in PerformanceTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDataContract<T>(System.String xml) : T (in PerformanceTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDataContractJson<T>(System.String json) : T (in PerformanceTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeJsonNet<T>(System.String json) : T (in PerformanceTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeJsonNetBinary<T>(System.Byte[] bson) : T (in PerformanceTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeWebExtensions<T>(System.String json) : T (in PerformanceTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in PerformanceTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
Serialize() : void (in PerformanceTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeBinaryFormatter(System.Object value) : System.String (in PerformanceTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDataContract(System.Object value) : System.String (in PerformanceTests) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
SerializeDataContractJson(System.Object value) : System.String (in PerformanceTests) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
SerializeLargeObject() : void (in PerformanceTests) 100.00% : 13 of 13
100.00% : 7 of 7
100.00% : 1 of 1
4
SerializeSize(System.Object value) : void (in PerformanceTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeSizeData() : void (in PerformanceTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeSizeNormal() : void (in PerformanceTests) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeWebExtensions(System.Object value) : System.String (in PerformanceTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
TimeOperation<T>(System.Func<T> operation,System.String name) : T (in PerformanceTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Address1() : Newtonsoft.Json.Tests.Address (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Addresses() : System.Collections.Generic.List<Newtonsoft.Json.Tests.Address> (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BigNumber() : System.Decimal (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Now() : System.DateTime (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Address1(Newtonsoft.Json.Tests.Address value) : void (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Addresses(System.Collections.Generic.List<Newtonsoft.Json.Tests.Address> value) : void (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BigNumber(System.Decimal value) : void (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Now(System.DateTime value) : void (in TestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in TestClass) 100.00% : 7 of 7
N/A : 0 of 0
100.00% : 1 of 1
1
EscapeJson(System.String json) : System.String (in TestFixtureBase) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
TestSetup() : void (in TestFixtureBase) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEscapedJson(System.String json) : void (in TestFixtureBase) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DateTimeKindHandling() : void (in BsonReaderTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
OidAndBytesAreEqual() : void (in BsonReaderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadArrayBsonFromSite() : void (in BsonReaderTests) 100.00% : 27 of 27
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytes() : void (in BsonReaderTests) 100.00% : 26 of 26
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadCode() : void (in BsonReaderTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadCodeWScope() : void (in BsonReaderTests) 100.00% : 36 of 36
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadEmptyStrings() : void (in BsonReaderTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadEndOfStream() : void (in BsonReaderTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadLargeStrings() : void (in BsonReaderTests) 100.00% : 22 of 22
100.00% : 5 of 5
100.00% : 1 of 1
3
ReadLong() : void (in BsonReaderTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadNestedArray() : void (in BsonReaderTests) 100.00% : 37 of 37
100.00% : 5 of 5
100.00% : 1 of 1
3
ReadNestedArrayIntoLinq() : void (in BsonReaderTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadObjectBsonFromSite() : void (in BsonReaderTests) 100.00% : 33 of 33
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadOid() : void (in BsonReaderTests) 100.00% : 23 of 23
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadReference() : void (in BsonReaderTests) 100.00% : 30 of 30
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadRegex() : void (in BsonReaderTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadRegexWithOptions() : void (in BsonReaderTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadSingleObject() : void (in BsonReaderTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadUndefined() : void (in BsonReaderTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadLenStringValueShortTripleByte() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadLenStringValueTripleByteCharBufferBoundry0() : void (in BsonReaderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadLenStringValueTripleByteCharBufferBoundry1() : void (in BsonReaderTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadLenStringValueTripleByteCharBufferBoundry2() : void (in BsonReaderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadLenStringValueTripleByteCharOne() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyName() : void (in BsonReaderTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameLong() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameShortTripleByte() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameTripleByteCharBufferBoundry0() : void (in BsonReaderTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameTripleByteCharBufferBoundry1() : void (in BsonReaderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameTripleByteCharBufferBoundry2() : void (in BsonReaderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringPropertyNameTripleByteCharOne() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringValue() : void (in BsonReaderTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
TestReadStringValueLong() : void (in BsonReaderTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteAndReadEmptyListsAndDictionaries() : void (in BsonReaderTests) 100.00% : 33 of 33
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteAndReadStringPropertyName(System.String val) : System.String (in BsonReaderTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteAndReadStringValue(System.String val) : System.String (in BsonReaderTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValues() : void (in BsonReaderTests) 100.00% : 67 of 67
100.00% : 1 of 1
100.00% : 1 of 1
1
Example() : void (in BsonWriterTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEmptyAndNullStrings() : void (in BsonWriterTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeGoogleGeoCode() : void (in BsonWriterTests) 100.00% : 29 of 29
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteArrayBsonFromSite() : void (in BsonWriterTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteBytes() : void (in BsonWriterTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteEmptyStrings() : void (in BsonWriterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteLargeStrings() : void (in BsonWriterTests) 100.00% : 17 of 17
100.00% : 5 of 5
100.00% : 1 of 1
3
WriteNestedArray() : void (in BsonWriterTests) 100.00% : 22 of 22
100.00% : 5 of 5
100.00% : 1 of 1
3
WriteOid() : void (in BsonWriterTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteOidPlusContent() : void (in BsonWriterTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteReadEmptyAndNullStrings() : void (in BsonWriterTests) 100.00% : 25 of 25
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRegexPlusContent() : void (in BsonWriterTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteSerializedStore() : void (in BsonWriterTests) 100.00% : 39 of 39
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteSingleObject() : void (in BsonWriterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteValues() : void (in BsonWriterTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in BinaryConverterTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
DeserializeBinaryClass() : void (in BinaryConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeByteArrayClass() : void (in BinaryConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeSqlBinaryClass() : void (in BinaryConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeBinaryClass() : void (in BinaryConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeByteArrayClass() : void (in BinaryConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeSqlBinaryClass() : void (in BinaryConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
AssertDoesDeserialize() : void (in CustomCreationConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
AssertShouldSerializeTest() : void (in CustomCreationConverterTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeAndConvertNullValue() : void (in CustomCreationConverterTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateDataTable(System.String dataTableName,System.Int32 rows) : System.Data.DataTable (in DataSetConverterTests) 100.00% : 33 of 33
100.00% : 3 of 3
100.00% : 1 of 1
2
DeserializeMultiTableDataSet() : void (in DataSetConverterTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeAndDeserialize() : void (in DataSetConverterTests) 100.00% : 30 of 30
100.00% : 3 of 3
100.00% : 1 of 1
2
SerializeMultiTableDataSet() : void (in DataSetConverterTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize() : void (in DataTableConverterTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
PassedInJsonConverterOverridesInternalConverter() : void (in DataTableConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Serialize() : void (in DataTableConverterTests) 100.00% : 31 of 31
100.00% : 1 of 1
100.00% : 1 of 1
1
Create(System.Type objectType) : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Decimal> (in DecimalRangeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJsonTest() : void (in HtmlColorConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJsonTest() : void (in HtmlColorConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Create(System.Type objectType) : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Int32> (in IntRangeConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
BlogCodeSample() : void (in IsoDateTimeConverterTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeUTC() : void (in IsoDateTimeConverterTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
NullableDeserializeEmptyString() : void (in IsoDateTimeConverterTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
NullableDeserializeUTC() : void (in IsoDateTimeConverterTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
NullableSerializeUTC() : void (in IsoDateTimeConverterTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
PropertiesShouldBeSet() : void (in IsoDateTimeConverterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeCustomFormattedDateTime() : void (in IsoDateTimeConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDateTime() : void (in IsoDateTimeConverterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDateTimeCulture() : void (in IsoDateTimeConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDateTimeOffset() : void (in IsoDateTimeConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeFormattedDateTimeInvariantCulture() : void (in IsoDateTimeConverterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeFormattedDateTimeNewZealandCulture() : void (in IsoDateTimeConverterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeShouldChangeNonUTCDates() : void (in IsoDateTimeConverterTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeUTC() : void (in IsoDateTimeConverterTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDateTime() : void (in JavaScriptDateTimeConverterTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDateTimeOffset() : void (in JavaScriptDateTimeConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDateTime() : void (in JavaScriptDateTimeConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDateTimeOffset() : void (in JavaScriptDateTimeConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNullableDateTimeClass() : void (in JavaScriptDateTimeConverterTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Create(System.Type objectType) : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IThing (in MyThingConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize() : void (in ObjectIdConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Serialize() : void (in ObjectIdConverterTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertEmptyRegexBson() : void (in RegexConverterTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertEmptyRegexJson() : void (in RegexConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ConvertRegexWithAllOptionsBson() : void (in RegexConverterTests) 100.00% : 16 of 16
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeFromBson() : void (in RegexConverterTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeFromText() : void (in RegexConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeToBson() : void (in RegexConverterTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeToText() : void (in RegexConverterTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEnumClass() : void (in StringEnumConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEnumClassUndefined() : void (in StringEnumConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeFlagEnum() : void (in StringEnumConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeNegativeEnum() : void (in StringEnumConverterTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEnumClass() : void (in StringEnumConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEnumClassUndefined() : void (in StringEnumConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeFlagEnum() : void (in StringEnumConverterTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNegativeEnum() : void (in StringEnumConverterTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in TestDataTableConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in TestDataTableConverter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in TestDataTableConverter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeExample() : void (in XmlNodeConverterTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeXmlNode(System.String json) : System.Xml.XmlNode (in XmlNodeConverterTest) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeXmlNode(System.String json,System.String deserializeRootElementName) : System.Xml.XmlNode (in XmlNodeConverterTest) 100.00% : 16 of 16
100.00% : 5 of 5
100.00% : 1 of 1
3
DocumentDeserialize() : void (in XmlNodeConverterTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
DocumentFragmentSerialize() : void (in XmlNodeConverterTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DocumentSerializeIndented() : void (in XmlNodeConverterTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
EmptyNode() : void (in XmlNodeConverterTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Encoding() : void (in XmlNodeConverterTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ForceJsonArray() : void (in XmlNodeConverterTest) 100.00% : 19 of 19
100.00% : 1 of 1
100.00% : 1 of 1
1
GetIndentedInnerXml(System.Xml.XmlNode node) : System.String (in XmlNodeConverterTest) 100.00% : 7 of 7
100.00% : 2 of 2
100.00% : 1 of 1
2
JavaScriptConstructor() : void (in XmlNodeConverterTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
MultipleNestedArraysToXml() : void (in XmlNodeConverterTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
MultipleRootPropertiesAddRootElement() : void (in XmlNodeConverterTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
NamespaceSerializeDeserialize() : void (in XmlNodeConverterTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
NestedArrays() : void (in XmlNodeConverterTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
OtherElementDataTypes() : void (in XmlNodeConverterTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeComment() : void (in XmlNodeConverterTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeSpecialProperties() : void (in XmlNodeConverterTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeExample() : void (in XmlNodeConverterTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNodeTypes() : void (in XmlNodeConverterTest) 100.00% : 36 of 36
100.00% : 1 of 1
100.00% : 1 of 1
1
SingleTextNode() : void (in XmlNodeConverterTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
<ListChanged>b__0(System.Object sender,System.ComponentModel.ListChangedEventArgs args) : void (in <>c__DisplayClass1) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<PropertyChanging>b__5(System.Object sender,System.ComponentModel.PropertyChangingEventArgs args) : void (in <>c__DisplayClass7) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
2
<PropertyChanging>b__6(System.Object sender,System.ComponentModel.PropertyChangedEventArgs args) : void (in <>c__DisplayClass7) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
2
<PropertyChanged>b__9(System.Object sender,System.ComponentModel.PropertyChangedEventArgs args) : void (in <>c__DisplayClassa) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
2
<ListChanged>b__e(System.Object s,System.ComponentModel.ListChangedEventArgs a) : void (in <>c__DisplayClassf) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
<ArrayOrder>b__6(Newtonsoft.Json.Tests.Linq.JArrayTests+ListItemFields r) : System.Object [static] (in JArrayTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ArrayOrder>b__7(Newtonsoft.Json.Tests.Linq.JArrayTests+ListItemFields r) : Newtonsoft.Json.Linq.JObject [static] (in JArrayTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AddArrayToSelf() : void (in JArrayTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
AddFirstAddedTokenShouldBeFirst() : void (in JArrayTests) 100.00% : 16 of 16
100.00% : 1 of 1
100.00% : 1 of 1
1
ArrayOrder() : void (in JArrayTests) 100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
3
Clear() : void (in JArrayTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Contains() : void (in JArrayTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionCopyTo() : void (in JArrayTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
IndexOf() : void (in JArrayTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
Insert() : void (in JArrayTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
InsertNull() : void (in JArrayTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
InsertShouldInsertAtZeroIndex() : void (in JArrayTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Item() : void (in JArrayTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
Iterate() : void (in JArrayTests) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
ITypedListGetItemProperties() : void (in JArrayTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Remove() : void (in JArrayTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveAt() : void (in JArrayTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
ReplaceAll() : void (in JArrayTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SetValue() : void (in JArrayTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateWithMultiValue() : void (in JConstructorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Iterate() : void (in JConstructorTests) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
Load() : void (in JConstructorTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SetValue() : void (in JConstructorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
<IBindingListAddNewWithEvent>b__c(System.Object s,System.ComponentModel.AddingNewEventArgs e) : void [static] (in JObjectTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
DeserializeClassManually() : void (in JObjectTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeFromRaw() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
DictionaryItemShouldSet() : void (in JObjectTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
Example() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
FromObjectRaw() : void (in JObjectTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionAdd() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionClear() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionContains() : void (in JObjectTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionCopyTo() : void (in JObjectTests) 100.00% : 16 of 16
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericCollectionRemove() : void (in JObjectTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericDictionaryAdd() : void (in JObjectTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericDictionaryContains() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenAdd() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenClear() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenContains() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenCopyTo() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenIndexOf() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenInsert() : void (in JObjectTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenIsReadOnly() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenRemove() : void (in JObjectTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenRemoveAt() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericListJTokenSetItem() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericValueCast() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
GetGeocodeAddress() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListAddIndex() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListAddNewWithEvent() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 2 of 2
100.00% : 1 of 1
2
IBindingListAllowEdit() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListAllowNew() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListAllowRemove() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListIsSorted() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListRemoveIndex() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListSortDirection() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListSortProperty() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListSupportsChangeNotification() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListSupportsSearching() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IBindingListSupportsSorting() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IListAdd() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
IListClear() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
IListContains() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
IListCopyTo() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
IListIndexOf() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
IListInsert() : void (in JObjectTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
IListIsFixedSize() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IListIsReadOnly() : void (in JObjectTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
IListIsSynchronized() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
IListRemove() : void (in JObjectTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
IListRemoveAt() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
IListSetItem() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
IListSyncRoot() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ImplicitValueConversions() : void (in JObjectTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
Iterate() : void (in JObjectTests) 100.00% : 12 of 12
100.00% : 4 of 4
100.00% : 1 of 1
3
ITypedListGetItemProperties() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ITypedListGetListName() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
JObjectContainingHtml() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
JTokenReader() : void (in JObjectTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
KeyValuePairIterate() : void (in JObjectTests) 100.00% : 11 of 11
100.00% : 4 of 4
100.00% : 1 of 1
3
ListChanged() : void (in JObjectTests) 100.00% : 23 of 23
100.00% : 1 of 1
100.00% : 1 of 1
1
ParseJavaScriptDate() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ParseMultipleProperties() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
PropertyChanged() : void (in JObjectTests) 100.00% : 25 of 25
100.00% : 1 of 1
100.00% : 1 of 1
1
PropertyChanging() : void (in JObjectTests) 100.00% : 38 of 38
100.00% : 1 of 1
100.00% : 1 of 1
1
RawChildValues() : void (in JObjectTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Remove() : void (in JObjectTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ReplaceJPropertyWithJPropertyWithSameName() : void (in JObjectTests) 100.00% : 21 of 21
100.00% : 1 of 1
100.00% : 1 of 1
1
SetValue() : void (in JObjectTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TryGetValue() : void (in JObjectTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteObjectNullDBNullValue() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteObjectNullStringValue() : void (in JObjectTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
<Example>b__0(Newtonsoft.Json.Linq.JToken s) : System.String [static] (in JPathTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<Example>b__1(Newtonsoft.Json.Linq.JToken m) : System.String [static] (in JPathTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<Example>b__2(Newtonsoft.Json.Linq.JToken m) : System.Decimal [static] (in JPathTests) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AdditionalDots() : void (in JPathTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
AdjacentIndexers() : void (in JPathTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateArray() : void (in JPathTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateIndexerOnObject() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateMissingProperty() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateOutOfBoundsIndxer() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluatePropertyOnArray() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateSingleProperty() : void (in JPathTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
EvaluateSinglePropertyReturningArray() : void (in JPathTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Example() : void (in JPathTests) 100.00% : 18 of 18
100.00% : 4 of 4
100.00% : 1 of 1
4
IndexerOnly() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
MultiplePropertiesAndIndexers() : void (in JPathTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SingleProperty() : void (in JPathTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SinglePropertyAndIndexer() : void (in JPathTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TwoProperties() : void (in JPathTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
IListCount() : void (in JPropertyTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
ListChanged() : void (in JPropertyTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Load() : void (in JPropertyTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
MultiContentConstructor() : void (in JPropertyTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
NullValue() : void (in JPropertyTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
RawClone() : void (in JRawTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
RawEquals() : void (in JRawTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
JArrayDictionary() : void (in JTokenEqualityComparerTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
JConstructorDictionary() : void (in JTokenEqualityComparerTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
JObjectDictionary() : void (in JTokenEqualityComparerTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
JValueDictionary() : void (in JTokenEqualityComparerTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytes() : void (in JTokenReaderTest) 100.00% : 14 of 14
100.00% : 2 of 2
100.00% : 1 of 1
2
ReadBytesFromEmptyString() : void (in JTokenReaderTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadBytesFromString() : void (in JTokenReaderTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadLineInfo() : void (in JTokenReaderTest) 100.00% : 60 of 60
100.00% : 2 of 2
100.00% : 1 of 1
2
YahooFinance() : void (in JTokenReaderTest) 100.00% : 46 of 46
100.00% : 3 of 3
100.00% : 1 of 1
3
AddAfterSelf() : void (in JTokenTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
AddBeforeSelf() : void (in JTokenTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
AddFirst() : void (in JTokenTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
AfterSelf() : void (in JTokenTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Ancestors() : void (in JTokenTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
BeforeAfter() : void (in JTokenTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
BeforeSelf() : void (in JTokenTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Casting() : void (in JTokenTests) 100.00% : 47 of 47
55.56% : 5 of 9
100.00% : 1 of 1
5
Children() : void (in JTokenTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateWriter() : void (in JTokenTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
Descendants() : void (in JTokenTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
HasValues() : void (in JTokenTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ImplicitCastingTo() : void (in JTokenTests) 100.00% : 40 of 40
100.00% : 1 of 1
100.00% : 1 of 1
1
Next() : void (in JTokenTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
Parent() : void (in JTokenTests) 100.00% : 19 of 19
100.00% : 1 of 1
100.00% : 1 of 1
1
Previous() : void (in JTokenTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadFrom() : void (in JTokenTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
Remove() : void (in JTokenTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveAll() : void (in JTokenTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Replace() : void (in JTokenTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
Root() : void (in JTokenTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
ToStringWithConverters() : void (in JTokenTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ToStringWithNoIndenting() : void (in JTokenTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
State() : void (in JTokenWriterTest) 100.00% : 21 of 21
100.00% : 2 of 2
100.00% : 1 of 1
2
ValueFormatting() : void (in JTokenWriterTest) 100.00% : 34 of 34
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteComment() : void (in JTokenWriterTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRaw() : void (in JTokenWriterTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteRawValue() : void (in JTokenWriterTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ChangeValue() : void (in JValueTests) 100.00% : 26 of 26
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateComment() : void (in JValueTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateString() : void (in JValueTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals() : void (in JValueTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
HasValues() : void (in JValueTests) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Next() : void (in JValueTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Previous() : void (in JValueTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Root() : void (in JValueTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__10(System.Linq.IGrouping<System.String,System.String> g) : System.Int32 [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__11(System.Linq.IGrouping<System.String,System.String> g) : <>f__AnonymousType0<System.String,System.Int32> [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__b(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : System.String [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__c(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : Newtonsoft.Json.Linq.JObject [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
2
<CreateJTokenTreeNested>b__d(System.String c) : Newtonsoft.Json.Linq.JValue [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__e(Newtonsoft.Json.Linq.JToken p) : System.String [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateJTokenTreeNested>b__f(System.String c) : System.String [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FromAnonDictionary>b__21(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : System.String [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FromAnonDictionary>b__22(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : <>f__AnonymousType1<System.String,System.String,System.String,System.Collections.Generic.IList<System.String>> [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FromObject>b__1b(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : System.String [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<FromObject>b__1c(Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post p) : <>f__AnonymousType1<System.String,System.String,System.String,System.Collections.Generic.IList<System.String>> [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ObjectParse>b__0(Newtonsoft.Json.Linq.JProperty p) : System.Boolean [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ObjectParse>b__1(Newtonsoft.Json.Linq.JProperty p) : System.Object [static] (in LinqToJsonTest) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
AsJEnumerable() : void (in LinqToJsonTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
BasicQuerying() : void (in LinqToJsonTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
ChildrenExtension() : void (in LinqToJsonTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateJTokenTree() : void (in LinqToJsonTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateJTokenTreeNested() : void (in LinqToJsonTest) 100.00% : 14 of 14
100.00% : 13 of 13
100.00% : 1 of 1
11
CreateLongArray() : void (in LinqToJsonTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DateTimeOffset() : void (in LinqToJsonTest) 100.00% : 6 of 6
100.00% : 2 of 2
100.00% : 1 of 1
2
DoubleValue() : void (in LinqToJsonTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
FromAnonDictionary() : void (in LinqToJsonTest) 100.00% : 11 of 11
100.00% : 3 of 3
100.00% : 1 of 1
3
FromObject() : void (in LinqToJsonTest) 100.00% : 11 of 11
100.00% : 3 of 3
100.00% : 1 of 1
3
GetPosts() : System.Collections.Generic.List<Newtonsoft.Json.Tests.Linq.LinqToJsonTest+Post> (in LinqToJsonTest) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GoogleSearchAPI() : void (in LinqToJsonTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
JTokenToString() : void (in LinqToJsonTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
JTokenToStringTypes() : void (in LinqToJsonTest) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
LinqToJsonDeserialize() : void (in LinqToJsonTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Manual() : void (in LinqToJsonTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectParse() : void (in LinqToJsonTest) 100.00% : 14 of 14
100.00% : 3 of 3
100.00% : 1 of 1
3
ToStringJsonConverter() : void (in LinqToJsonTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DataBinderEval() : void (in BindingTests) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
GetValue() : void (in JPropertyDescriptorTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
IsReadOnly() : void (in JPropertyDescriptorTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
PropertyType() : void (in JPropertyDescriptorTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ResetValue() : void (in JPropertyDescriptorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SetValue() : void (in JPropertyDescriptorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GetTypeDescriptor() : void (in JTypeDescriptionProviderTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
GetProperties() : void (in JTypeDescriptorTests) 100.00% : 29 of 29
100.00% : 1 of 1
100.00% : 1 of 1
1
attach_Persons(Newtonsoft.Json.Tests.LinqToSql.Person entity) : void (in Department) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in Department) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in Department) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DepartmentId() : System.Guid (in Department) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in Department) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Persons() : System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.Person> (in Department) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DepartmentId(System.Guid value) : void (in Department) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
set_Name(System.String value) : void (in Department) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
CanConvert(System.Type objectType) : System.Boolean (in DepartmentConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in DepartmentConverter) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in DepartmentConverter) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in GuidByteArrayConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in GuidByteArrayConverter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in GuidByteArrayConverter) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
Deserialize() : void (in LinqToSqlClassesSerializationTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
Serialize() : void (in LinqToSqlClassesSerializationTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
attach_PersonRoles(Newtonsoft.Json.Tests.LinqToSql.PersonRole entity) : void (in Person) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Department() : Newtonsoft.Json.Tests.LinqToSql.Department (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DepartmentId() : System.Guid (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FirstName() : System.String (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LastName() : System.String (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PersonId() : System.Guid (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PersonRoles() : System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole> (in Person) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in Person) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in Person) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FirstName(System.String value) : void (in Person) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
set_LastName(System.String value) : void (in Person) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
set_PersonId(System.Guid value) : void (in Person) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
get_Person() : Newtonsoft.Json.Tests.LinqToSql.Person (in PersonRole) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PersonId() : System.Guid (in PersonRole) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PersonRoleId() : System.Guid (in PersonRole) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Role() : Newtonsoft.Json.Tests.LinqToSql.Role (in PersonRole) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_RoleId() : System.Guid (in PersonRole) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in PersonRole) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in PersonRole) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PersonRoleId(System.Guid value) : void (in PersonRole) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
attach_PersonRoles(Newtonsoft.Json.Tests.LinqToSql.PersonRole entity) : void (in Role) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in Role) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PersonRoles() : System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole> (in Role) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_RoleId() : System.Guid (in Role) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.cctor() : void [static] (in Role) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in Role) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in Role) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
set_RoleId(System.Guid value) : void (in Role) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
<ValidateWithEventHandler>b__1(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass2) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ValidateFailureWithOutLineInfoBecauseOfEndToken>b__4(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass5) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<ValidateFailureWithLineInfo>b__7(System.Object sender,Newtonsoft.Json.Schema.ValidationEventArgs args) : void (in <>c__DisplayClass8) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
<CreateProperties>b__5(Newtonsoft.Json.Serialization.JsonProperty m) : System.Boolean [static] (in CustomDirectoryInfoMapper) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CreateContract(System.Type objectType) : Newtonsoft.Json.Serialization.JsonContract (in CustomDirectoryInfoMapper) 100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
CreateProperties(Newtonsoft.Json.Serialization.JsonObjectContract contract) : System.Collections.Generic.IList<Newtonsoft.Json.Serialization.JsonProperty> (in CustomDirectoryInfoMapper) 100.00% : 5 of 5
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor() : void (in CustomDirectoryInfoMapper) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
Blog() : void (in ExtensionsTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaAndSerializeFromTypeTests() : void (in ExtensionsTests) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
IsValid() : void (in ExtensionsTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateFailureWithLineInfo() : void (in ExtensionsTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateFailureWithOutLineInfoBecauseOfEndToken() : void (in ExtensionsTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateWithEventHandler() : void (in ExtensionsTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
ValidateWithOutEventHandlerSuccess() : void (in ExtensionsTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
AdditionalProperties() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReference() : void (in JsonSchemaBuilderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DefaultComplexType() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DefaultPrimitiveType() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DisallowMultipleTypes() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DisallowSingleType() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Enum() : void (in JsonSchemaBuilderTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Format() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Hidden() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Id() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
IdentityMultiple() : void (in JsonSchemaBuilderTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
IdentitySingle() : void (in JsonSchemaBuilderTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
MinimumMaximum() : void (in JsonSchemaBuilderTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
MultipleItems() : void (in JsonSchemaBuilderTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
MultipleTypes() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Optional() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Options() : void (in JsonSchemaBuilderTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Pattern() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadOnly() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Requires() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
Simple() : void (in JsonSchemaBuilderTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
Title() : void (in JsonSchemaBuilderTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularCollectionReferences() : void (in JsonSchemaGeneratorTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReferenceWithExplicitId() : void (in JsonSchemaGeneratorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReferenceWithMixedRequires() : void (in JsonSchemaGeneratorTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReferenceWithTypeNameId() : void (in JsonSchemaGeneratorTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_DefaultValueAttributeTestClass() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_GenericDictionary() : void (in JsonSchemaGeneratorTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_NumberFormatInfo() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_Person() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_RequiredMembersClass() : void (in JsonSchemaGeneratorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_Store() : void (in JsonSchemaGeneratorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Generate_UserNullable() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaCamelCase() : void (in JsonSchemaGeneratorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaForDBNull() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaForDirectoryInfo() : void (in JsonSchemaGeneratorTests) 100.00% : 16 of 16
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaForISerializable() : void (in JsonSchemaGeneratorTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaForType() : void (in JsonSchemaGeneratorTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
GenerateSchemaWithNegativeEnum() : void (in JsonSchemaGeneratorTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonPropertyWithHandlingValues() : void (in JsonSchemaGeneratorTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
MissingSchemaIdHandlingTest() : void (in JsonSchemaGeneratorTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReference() : void (in JsonSchemaModelBuilderTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ExtendedComplex() : void (in JsonSchemaModelBuilderTests) 100.00% : 28 of 28
100.00% : 1 of 1
100.00% : 1 of 1
1
Optional() : void (in JsonSchemaModelBuilderTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
AddSchema() : void (in JsonSchemaNodeTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
CircularReference() : void (in JsonSchemaNodeTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Extends() : void (in JsonSchemaTests) 100.00% : 23 of 23
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_AdditionalProperties() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_CircularReference() : void (in JsonSchemaTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_DisallowMultiple() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_DisallowSingle() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_Enum() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_MultipleItems() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTo_Properties() : void (in JsonSchemaTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
<DeserializeNestedUnhandled>b__11(System.Object sender,Newtonsoft.Json.Serialization.ErrorEventArgs args) : void (in <>c__DisplayClass13) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
2
<DeserializingErrorHandlingUsingEvent>b__9(System.Object sender,Newtonsoft.Json.Serialization.ErrorEventArgs args) : void (in <>c__DisplayClassa) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in AA) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Int32 f) : void (in AA) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BB) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Int32 f,System.Int32 g) : void (in BB) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
BlogPostExample() : void (in CamelCasePropertyNamesContractResolverTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonConvertSerializerSettings() : void (in CamelCasePropertyNamesContractResolverTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
JTokenWriter() : void (in CamelCasePropertyNamesContractResolverTests) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
MemberSearchFlags() : void (in CamelCasePropertyNamesContractResolverTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in CircularReferenceClassConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in CircularReferenceClassConverter) 100.00% : 9 of 9
100.00% : 2 of 2
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in CircularReferenceClassConverter) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String first,System.Int32 second) : void (in ConstructorCompexIgnoredProperty) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SuccessWithPrivateConstructorAndAllowNonPublic() : void (in ConstructorHandlingTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SuccessWithPrivateConstructorPlusParametizedAndAllowNonPublic() : void (in ConstructorHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SingleTypeWithMultipleContractResolvers() : void (in ContractResolverTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DataContractPrivateMembers) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Int32 age,System.Int32 rank,System.String title) : void (in DataContractPrivateMembers) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString() : System.String (in DataContractPrivateMembers) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DefaultValueAttributeTest() : void (in DefaultValueHandlingTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeInvoice() : void (in DefaultValueHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
op_Implicit(System.String value) : Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+DictionaryKey [static] (in DictionaryKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ToString() : System.String (in DictionaryKey) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
<CreateProperties>b__0(Newtonsoft.Json.Serialization.JsonProperty p) : System.Boolean (in DynamicContractResolver) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
CreateProperties(Newtonsoft.Json.Serialization.JsonObjectContract contract) : System.Collections.Generic.IList<Newtonsoft.Json.Serialization.JsonProperty> (in DynamicContractResolver) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Char startingWithChar) : void (in DynamicContractResolver) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerializeManager() : System.Boolean (in Employee) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateEntitiesTestData() : Newtonsoft.Json.Tests.Folder (in EntitiesSerializationTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEntity() : void (in EntitiesSerializationTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEntity() : void (in EntitiesSerializationTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeMultiValueEntityKey() : void (in EntitiesSerializationTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ExistingValueClass) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in GenericListTestClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in Human) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetObjectData(System.Runtime.Serialization.SerializationInfo info,System.Runtime.Serialization.StreamingContext context) : void (in ISerializableTestObject) 100.00% : 19 of 19
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Runtime.Serialization.SerializationInfo info,System.Runtime.Serialization.StreamingContext context) : void (in ISerializableTestObject) 100.00% : 20 of 20
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String stringValue,System.Int32 intValue,System.DateTimeOffset dateTimeOffset,Newtonsoft.Json.Tests.TestObjects.Person personValue) : void (in ISerializableTestObject) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
AnonymousObjectSerialization() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
AnonymousPlusLinqToSql() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
BackslashEqivilence() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
CanDeserializeIntArray_WhenArrayIsFirstPropertyInJson() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
CanDeserializeIntArrayWhenNotFirstPropertyInJson() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
CanDeserializeSerializedJson() : void (in JsonSerializerTest) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
ComplexValuesInObjectArray() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
ConstructorCaseSensitivity() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ConstructorReadonlyFieldsTest() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
ConverterAttributeExample() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
CustomCollectionSerialization() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
DataContractJsonSerializerTest() : void (in JsonSerializerTest) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
DateTimeOffset() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DateTimeTest() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeBaseReferenceWithDerivedValue() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeBestMatchPropertyCase() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeByteArray() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeClassWithInheritedProtectedMember() : void (in JsonSerializerTest) 100.00% : 29 of 29
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeComplexKeyValuePair() : void (in JsonSerializerTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDictionaryInterface() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDictionaryInterfaceWithExistingValues() : void (in JsonSerializerTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEmptyString() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEmptyStringToNullableDateTime() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEnumerableAsObject() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeExistingGenericList() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeGenericDictionary() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeGenericList() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeGoogleGeoCode() : void (in JsonSerializerTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeIgnoredPropertyInConstructor() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeInt64ToNullableDouble() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeJaggedArray() : void (in JsonSerializerTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeJavaScriptDate() : void (in JsonSerializerTest) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeJsonRaw() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeNullable() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeNullableListWithNulls() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeNullableMember() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeObjectSetOnlyProperty() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeOptInClasses() : void (in JsonSerializerTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializePopulateDictionaryAndList() : void (in JsonSerializerTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializePropertiesOnToNonDefaultConstructor() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeSimpleKeyValuePair() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeToObjectProperty() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeUsingNonDefaultConstructorWithLeftOverValues() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
EnumTest() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
FullClientMapSerialization() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
GenericAbstractProperty() : void (in JsonSerializerTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GoogleSearchAPI() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
GuidTest() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
HashtableDeserialization() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
IgnoreIndexedProperties() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
InheritedListSerialize() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
JRawValue() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonConvertSerializer() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonIgnoreAttributeOnClassTest() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonIgnoreAttributeTest() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonPropertyClassSerialize() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
JsonPropertyWithHandlingValues() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
NestedInsideOuterObject() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
NonStringKeyDictionary() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectCreationHandlingReplace() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
OptInClassMetadataSerialization() : void (in JsonSerializerTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
PartialClassDeserialize() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
PersonTypedObjectDeserialization() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
PrimitiveValuesInObjectArray() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadOnlyCollectionSerialize() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
RequiredMembersClass() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
RequiredMembersClassWithNullValues() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
RoleTransferTest() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeArrayAsArrayList() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeClassWithInheritedProtectedMember() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeConverableObjects() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDataContractPrivateMembers() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeDictionaryKey() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeGetOnlyProperty() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeSetOnlyProperty() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeXmlNodeProperties() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDeserializeXNodeProperties() : void (in JsonSerializerTest) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEnumerableAsObject() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeFragment() : void (in JsonSerializerTest) 100.00% : 13 of 13
100.00% : 4 of 4
100.00% : 1 of 1
3
SerializeGenericList() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeGenericListOfStrings() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeGuidKeyedDictionary() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeHashSet() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeISerializableTestObject() : void (in JsonSerializerTest) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeJaggedArray() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeJsonRaw() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeListWithJsonConverter() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeMemberGenericList() : void (in JsonSerializerTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNonIDictionary() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNonPublicBaseJsonProperties() : void (in JsonSerializerTest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNull() : void (in JsonSerializerTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeNullableArray() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeObject() : void (in JsonSerializerTest) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializePersonKeyedDictionary() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializerShouldUseClassConverter() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializerShouldUseClassConverterOverArgumentConverter() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializerShouldUseMemberConverter() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializerShouldUseMemberConverterOverArgumentConverter() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializerShouldUseMemberConverterOverClassAndArgumentConverter() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeStack() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeStruct() : void (in JsonSerializerTest) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeTypeProperty() : void (in JsonSerializerTest) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerializeExample() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerializeTest() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
StringAppenderConverterTest() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
StringListAppenderConverterTest() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
TestEscapeDictionaryStrings() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
TestMethodExecutorObject() : void (in JsonSerializerTest) 100.00% : 12 of 12
100.00% : 1 of 1
100.00% : 1 of 1
1
TimeSpanTest() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
TorrentDeserializeTest() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
TypedHashtableDeserialization() : void (in JsonSerializerTest) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
TypedObjectDeserialization() : void (in JsonSerializerTest) 100.00% : 14 of 14
100.00% : 1 of 1
100.00% : 1 of 1
1
TypedObjectDeserializationWithComments() : void (in JsonSerializerTest) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
Unicode() : void (in JsonSerializerTest) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
UriSerialization() : void (in JsonSerializerTest) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJsonDates() : void (in JsonSerializerTest) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(TKey k,TValue v) : void (in KVPair`2) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
MissingJson() : void (in MissingMemberHandlingTests) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
MissingMemberDeserializeOkay() : void (in MissingMemberHandlingTests) 100.00% : 17 of 17
100.00% : 2 of 2
100.00% : 1 of 1
2
MissingMemberIgnoreComplexValue() : void (in MissingMemberHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
Add(System.String key,T value) : void (in ModelStateDictionary`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Count() : System.Int32 (in ModelStateDictionary`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.String key) : T (in ModelStateDictionary`1) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetEnumerator() : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,T>> (in ModelStateDictionary`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ModelStateDictionary`1) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.String key,T value) : void (in ModelStateDictionary`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in MyClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
NullValueHandlingBlogPost() : void (in NullValueHandlingTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
NullValueHandlingSerialization() : void (in NullValueHandlingTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
PopulateDictionary() : void (in PopulateTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
PopulateListOfPeople() : void (in PopulateTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
PopulatePerson() : void (in PopulateTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
PopulateStore() : void (in PopulateTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in PosConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in PosDoubleConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeCircularReference() : void (in PreserveReferencesHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeCircularReferencesWithConverter() : void (in PreserveReferencesHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeDictionarysWithPreserveObjectReferences() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeEmployeeReference() : void (in PreserveReferencesHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeListsWithPreserveObjectReferences() : void (in PreserveReferencesHandlingTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeReferenceInDictionary() : void (in PreserveReferencesHandlingTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeReferenceInList() : void (in PreserveReferencesHandlingTests) 100.00% : 10 of 10
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeTypeWithDubiousGetHashcode() : void (in PreserveReferencesHandlingTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ExampleWith() : void (in PreserveReferencesHandlingTests) 100.00% : 13 of 13
100.00% : 1 of 1
100.00% : 1 of 1
1
ExampleWithout() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeCircularDictionarysIgnore() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeCircularListsIgnore() : void (in PreserveReferencesHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeCircularReference() : void (in PreserveReferencesHandlingTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeCircularReferencesWithConverter() : void (in PreserveReferencesHandlingTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeDictionarysWithPreserveObjectReferences() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeEmployeeReference() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeListsWithPreserveObjectReferences() : void (in PreserveReferencesHandlingTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeReferenceInDictionary() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeReferenceInList() : void (in PreserveReferencesHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SendHttpRequest) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeNestedUnhandled() : void (in SerializationErrorHandlingTests) 100.00% : 10 of 10
100.00% : 2 of 2
100.00% : 1 of 1
2
DeserializingErrorHandlingUsingEvent() : void (in SerializationErrorHandlingTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializingErrorInChildObject() : void (in SerializationErrorHandlingTests) 100.00% : 7 of 7
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializingErrorInDateTimeCollection() : void (in SerializationErrorHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializingErrorInDateTimeCollectionWithAttributeWithEventNotCalled() : void (in SerializationErrorHandlingTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
ErrorDeserializingListHandled() : void (in SerializationErrorHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
ErrorSerializingListHandled() : void (in SerializationErrorHandlingTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializePerson() : void (in SerializationErrorHandlingTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializingErrorInChildObject() : void (in SerializationErrorHandlingTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
DictionaryEvents() : void (in SerializationEventAttributeTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ListEvents() : void (in SerializationEventAttributeTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectEvents() : void (in SerializationEventAttributeTests) 100.00% : 22 of 22
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectEventsDocumentationExample() : void (in SerializationEventAttributeTests) 100.00% : 18 of 18
100.00% : 1 of 1
100.00% : 1 of 1
1
ObjectWithConstructorEvents() : void (in SerializationEventAttributeTests) 100.00% : 17 of 17
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializationEventContextTest() : void (in SerializationEventAttributeTests) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventContextTestObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ShouldSerializeName() : System.Boolean (in ShouldSerializeTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in StringAppenderConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in StringAppenderConverter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in StringListAppenderConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in StringListAppenderConverter) 100.00% : 9 of 9
100.00% : 3 of 3
100.00% : 1 of 1
2
Add(T item) : void (in ThisGenericTest`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TheItems() : T[] (in ThisGenericTest`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TheItems(T[] value) : void (in ThisGenericTest`1) 100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor() : void (in ThisGenericTest`1) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
ToJson() : System.String (in ThisGenericTest`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeGenericObjectListWithTypeName() : void (in TypeNameHandlingTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeGenericTypeName() : void (in TypeNameHandlingTests) 100.00% : 9 of 9
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeTypeName() : void (in TypeNameHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeTypeNameFromGacAssembly() : void (in TypeNameHandlingTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
DeserializeTypeNameWithNoTypeNameHandling() : void (in TypeNameHandlingTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeGenericObjectListWithTypeName() : void (in TypeNameHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
SerializeObjectWithMultipleGenericLists() : void (in TypeNameHandlingTests) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteListTypeNameForProperty() : void (in TypeNameHandlingTests) 100.00% : 15 of 15
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteObjectTypeNameForProperty() : void (in TypeNameHandlingTests) 100.00% : 11 of 11
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteTypeNameForObjects() : void (in TypeNameHandlingTests) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
set_SecretType(System.Type value) : void (in User) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in User) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String login,System.Type secretType) : void (in User) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Article) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name) : void (in Article) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BadJsonPropertyClass) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
get_ConverterType() : System.String (in ClassConverterPrecedenceClassConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ClassWithArray) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Bar() : System.Collections.Generic.IList<System.Int64> (in ClassWithArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Foo() : System.String (in ClassWithArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Foo(System.String value) : void (in ClassWithArray) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String param1,System.String Param1,System.String param2) : void (in ConstructorCaseSensitivityClass) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String a,System.Int32 b) : void (in ConstructorReadonlyFields) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ConverableMembers) 100.00% : 14 of 14
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor(System.String testValue) : void (in ConverterPrecedenceClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in ConverterPrecedenceClassConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in ConverterPrecedenceClassConverter) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
OnErrorMethod(System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in DateTimeErrorObjectCollection) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DictionaryInterfaceClass) 100.00% : 5 of 5
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Foo) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_GetOnlyProperty() : System.String (in GetOnlyPropertyClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in GetOnlyPropertyClass) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void (in InterfacePropertyTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Property() : System.Int32 (in JsonIgnoreAttributeOnClassTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonIgnoreAttributeOnClassTestClass) 100.00% : 2 of 2
N/A : 0 of 0
100.00% : 1 of 1
1
get_Property() : System.Int32 (in JsonIgnoreAttributeTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonIgnoreAttributeTestClass) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
1
get_SweetCakesCount() : System.Int32 (in JsonPropertyClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonPropertyClass) 100.00% : 3 of 3
N/A : 0 of 0
100.00% : 1 of 1
1
set_SweetCakesCount(System.Int32 value) : void (in JsonPropertyClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ThrowError() : System.String (in ListErrorObject) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
set_ThrowError(System.String value) : void (in ListErrorObject) 100.00% : 5 of 5
75.00% : 3 of 4
100.00% : 1 of 1
3
OnErrorMethod(System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in ListErrorObjectCollection) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CanConvert(System.Type objectType) : System.Boolean (in ListOfIds`1) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ReadJson(Newtonsoft.Json.JsonReader reader,System.Type objectType,System.Object existingValue,Newtonsoft.Json.JsonSerializer serializer) : System.Object (in ListOfIds`1) 100.00% : 8 of 8
100.00% : 3 of 3
100.00% : 1 of 1
2
WriteJson(Newtonsoft.Json.JsonWriter writer,System.Object value,Newtonsoft.Json.JsonSerializer serializer) : void (in ListOfIds`1) 100.00% : 8 of 8
100.00% : 4 of 4
100.00% : 1 of 1
3
get_ConverterType() : System.String (in MemberConverterPrecedenceClassConverter) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String personsName) : void (in Name) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
HandleError(System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in PersonError) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Roles(System.Collections.Generic.List<System.String> value) : void (in PersonError) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PersonPropertyClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FirstName() : System.String (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LastName() : System.String (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_RawContent() : Newtonsoft.Json.Linq.JRaw (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FirstName(System.String value) : void (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LastName(System.String value) : void (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_RawContent(Newtonsoft.Json.Linq.JRaw value) : void (in PersonRaw) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String phoneNumber) : void (in PhoneNumber) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PrivateConstructorTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PrivateConstructorWithPublicParametizedConstructorTestClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String dummy) : void (in PrivateConstructorWithPublicParametizedConstructorTestClass) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PrivateMembersClass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String privateString,System.String internalString) : void (in PrivateMembersClass) 100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object obj) : System.Boolean (in Product) 100.00% : 5 of 5
80.00% : 4 of 5
100.00% : 1 of 1
4
.ctor() : void (in Product) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
OnDeserializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestDictionary) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestDictionary) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestDictionary) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestDictionary) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SerializationEventTestDictionary) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestList) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestList) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestList) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestList) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SerializationEventTestList) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member6() : System.String (in SerializationEventTestObject) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnErrorMethod(System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in SerializationEventTestObject) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObject) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SerializationEventTestObject) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member6(System.String value) : void (in SerializationEventTestObject) 100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObjectWithConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnDeserializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObjectWithConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializedMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObjectWithConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
OnSerializingMethod(System.Runtime.Serialization.StreamingContext context) : void (in SerializationEventTestObjectWithConstructor) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Int32 member1,System.String member2,System.String member4) : void (in SerializationEventTestObjectWithConstructor) 100.00% : 6 of 6
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SetOnlyPropertyClass) 100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
GetValue() : System.Object (in SetOnlyPropertyClass2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
set_SetOnlyProperty(System.Object value) : void (in SetOnlyPropertyClass2) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Store) 100.00% : 24 of 24
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String subprop) : void (in SubKlass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SuperKlass) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetKeyForItem(Newtonsoft.Json.Tests.TestObjects.Person item) : System.String (in VersionKeyedCollection) 100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IList.get_Item(System.Int32 index) : System.Object (in VersionKeyedCollection) 100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
OnErrorMethod(System.Runtime.Serialization.StreamingContext context,Newtonsoft.Json.Serialization.ErrorContext errorContext) : void (in VersionKeyedCollection) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in VersionKeyedCollection) 100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateStaticMethodCall() : void (in DynamicReflectionDelegateFactoryTests) 100.00% : 8 of 8
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(<Count>j__TPar Count,<Members>j__TPar Members) : void(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 4
0.00% : 0 of 1
3
get_Count() : <Count>j__TPar(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Members() : <Members>j__TPar(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Description() : System.String (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.String (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Title() : System.String (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Description(System.String value) : void (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.String value) : void (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void (in JsonContainerAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in JsonConverterCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in JsonIgnoreAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyName() : System.String (in JsonPropertyAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Required() : Newtonsoft.Json.Required (in JsonPropertyAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PropertyName(System.String value) : void (in JsonPropertyAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Required(Newtonsoft.Json.Required value) : void (in JsonPropertyAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LineNumber() : System.Int32 (in JsonReaderException) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LinePosition() : System.Int32 (in JsonReaderException) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_LineNumber(System.Int32 value) : void (in JsonReaderException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LinePosition(System.Int32 value) : void (in JsonReaderException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
add_Error(System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> value) : void (in JsonSerializer) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
remove_Error(System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> value) : void (in JsonSerializer) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_Binder() : System.Runtime.Serialization.SerializationBinder (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ConstructorHandling() : Newtonsoft.Json.ConstructorHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Context() : System.Runtime.Serialization.StreamingContext (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ContractResolver() : Newtonsoft.Json.Serialization.IContractResolver (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Converters() : System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandling() : Newtonsoft.Json.DefaultValueHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Error() : System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MissingMemberHandling() : Newtonsoft.Json.MissingMemberHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandling() : Newtonsoft.Json.NullValueHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ObjectCreationHandling() : Newtonsoft.Json.ObjectCreationHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PreserveReferencesHandling() : Newtonsoft.Json.PreserveReferencesHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandling() : Newtonsoft.Json.ReferenceLoopHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceResolver() : Newtonsoft.Json.Serialization.IReferenceResolver (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeNameAssemblyFormat() : System.Runtime.Serialization.Formatters.FormatterAssemblyStyle (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeNameHandling() : Newtonsoft.Json.TypeNameHandling (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Binder(System.Runtime.Serialization.SerializationBinder value) : void (in JsonSerializerSettings) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Context(System.Runtime.Serialization.StreamingContext value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Converters(System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Error(System.EventHandler<Newtonsoft.Json.Serialization.ErrorEventArgs> value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullValueHandling(Newtonsoft.Json.NullValueHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver value) : void (in JsonSerializerSettings) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling value) : void (in JsonSerializerSettings) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
add_ValidationEventHandler(Newtonsoft.Json.Schema.ValidationEventHandler value) : void (in JsonValidatingReader) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
remove_ValidationEventHandler(Newtonsoft.Json.Schema.ValidationEventHandler value) : void (in JsonValidatingReader) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_ArrayItemCount() : System.Int32 (in SchemaScope) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CurrentPropertyName() : System.String (in SchemaScope) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ArrayItemCount(System.Int32 value) : void (in SchemaScope) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CurrentPropertyName(System.String value) : void (in SchemaScope) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Byte[] (in BsonObjectId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.Byte[] value) : void (in BsonObjectId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in BsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : Newtonsoft.Json.Bson.BsonString(in BsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : Newtonsoft.Json.Bson.BsonToken(in BsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(Newtonsoft.Json.Bson.BsonString value) : void(in BsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(Newtonsoft.Json.Bson.BsonToken value) : void(in BsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Options() : Newtonsoft.Json.Bson.BsonString (in BsonRegex) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Pattern() : Newtonsoft.Json.Bson.BsonString (in BsonRegex) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Options(Newtonsoft.Json.Bson.BsonString value) : void (in BsonRegex) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Pattern(Newtonsoft.Json.Bson.BsonString value) : void (in BsonRegex) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ByteCount() : System.Int32 (in BsonString) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IncludeLength() : System.Boolean (in BsonString) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ByteCount(System.Int32 value) : void (in BsonString) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IncludeLength(System.Boolean value) : void (in BsonString) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in BsonToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CalculatedSize() : System.Int32(in BsonToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Parent() : Newtonsoft.Json.Bson.BsonToken(in BsonToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CalculatedSize(System.Int32 value) : void(in BsonToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Parent(Newtonsoft.Json.Bson.BsonToken value) : void(in BsonToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BinaryConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BsonObjectIdConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in CustomCreationConverter`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DataSetConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DataTableConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DateTimeConverterBase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in EntityKeyMemberConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in HtmlColorConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JavaScriptDateTimeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in KeyValuePairConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in RegexConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in StringEnumConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DeserializeRootElementName() : System.String (in XmlNodeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DeserializeRootElementName(System.String value) : void (in XmlNodeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in XmlNodeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassc) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Int32 <>1__state) : void (in d__4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in d__4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__4) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Int32 <>1__state) : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__0) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Int32 <>1__state) : void (in d__8) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in d__8) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__8) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__8) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__8) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__8) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__8) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Int32 <>1__state) : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__0) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Int32 <>1__state) : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__0) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__0) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__0) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
<>m__Finally13() : void (in d__f`2) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Int32 <>1__state) : void (in d__f`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void(in d__f`2) N/A : 0 of 0
N/A : 0 of 0
100.00% : 1 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__f`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerable<U>.GetEnumerator() : System.Collections.Generic.IEnumerator<U> (in d__f`2) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
System.Collections.IEnumerator.get_Current() : System.Object (in d__f`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__f`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<U>.get_Current() : U (in d__f`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
<>m__Finallya() : void (in d__5) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
<>m__Finallyc() : void (in d__5) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Int32 <>1__state) : void (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void(in d__5) N/A : 0 of 0
N/A : 0 of 0
100.00% : 1 of 1
5
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken>.get_Current() : Newtonsoft.Json.Linq.JToken (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>.GetEnumerator() : System.Collections.Generic.IEnumerator<Newtonsoft.Json.Linq.JToken> (in d__5) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
<>m__Finally8() : void (in d__5) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Int32 <>1__state) : void (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void(in d__5) N/A : 0 of 0
N/A : 0 of 0
100.00% : 1 of 1
2
System.Collections.IEnumerator.get_Current() : System.Object (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>>.get_Current() : System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken> (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
<>m__Finally9() : void (in d__4`2) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
<>m__Finallyb() : void (in d__4`2) N/A : 0 of 0
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Int32 <>1__state) : void (in d__4`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void(in d__4`2) N/A : 0 of 0
N/A : 0 of 0
100.00% : 1 of 1
6
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__4`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerable<U>.GetEnumerator() : System.Collections.Generic.IEnumerator<U> (in d__4`2) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
System.Collections.IEnumerator.get_Current() : System.Object (in d__4`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__4`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<U>.get_Current() : U (in d__4`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Convert<T,U>(System.Collections.Generic.IEnumerable<T> source) : System.Collections.Generic.IEnumerable<U> [static] (in Extensions) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Values<T,U>(System.Collections.Generic.IEnumerable<T> source,System.Object key) : System.Collections.Generic.IEnumerable<U> [static] (in Extensions) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
add_AddingNew(System.ComponentModel.AddingNewEventHandler value) : void (in JContainer) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
add_ListChanged(System.ComponentModel.ListChangedEventHandler value) : void (in JContainer) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
ChildrenInternal() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JContainer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Descendants() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JContainer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
remove_AddingNew(System.ComponentModel.AddingNewEventHandler value) : void (in JContainer) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_ListChanged(System.ComponentModel.ListChangedEventHandler value) : void (in JContainer) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in JObject) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
add_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in JObject) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
GetEnumerator() : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>> (in JObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in JObject) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in JObject) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_Parts() : System.Collections.Generic.List<System.Object> (in JPath) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Parts(System.Collections.Generic.List<System.Object> value) : void (in JPath) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
ChildrenInternal() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
AfterSelf() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Ancestors() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
BeforeSelf() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken> (in JToken) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTokenEqualityComparer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTypeDescriptionProvider) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AdditionalProperties() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AllowAdditionalProperties() : System.Boolean (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Default() : Newtonsoft.Json.Linq.JToken (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Description() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Disallow() : System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Enum() : System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Extends() : Newtonsoft.Json.Schema.JsonSchema (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Format() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Hidden() : System.Nullable<System.Boolean> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Identity() : System.Collections.Generic.IList<System.String> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Items() : System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Maximum() : System.Nullable<System.Double> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumDecimals() : System.Nullable<System.Int32> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumItems() : System.Nullable<System.Int32> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumLength() : System.Nullable<System.Int32> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Minimum() : System.Nullable<System.Double> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MinimumItems() : System.Nullable<System.Int32> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MinimumLength() : System.Nullable<System.Int32> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Optional() : System.Nullable<System.Boolean> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Options() : System.Collections.Generic.IDictionary<Newtonsoft.Json.Linq.JToken,System.String> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Pattern() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Properties() : System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Schema.JsonSchema> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReadOnly() : System.Nullable<System.Boolean> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Requires() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Title() : System.String (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Transient() : System.Nullable<System.Boolean> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AdditionalProperties(Newtonsoft.Json.Schema.JsonSchema value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AllowAdditionalProperties(System.Boolean value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Default(Newtonsoft.Json.Linq.JToken value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Description(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Disallow(System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Enum(System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Extends(Newtonsoft.Json.Schema.JsonSchema value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Format(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Hidden(System.Nullable<System.Boolean> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Identity(System.Collections.Generic.IList<System.String> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Items(System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Maximum(System.Nullable<System.Double> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumDecimals(System.Nullable<System.Int32> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumItems(System.Nullable<System.Int32> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumLength(System.Nullable<System.Int32> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Minimum(System.Nullable<System.Double> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MinimumItems(System.Nullable<System.Int32> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MinimumLength(System.Nullable<System.Int32> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Optional(System.Nullable<System.Boolean> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Options(System.Collections.Generic.IDictionary<Newtonsoft.Json.Linq.JToken,System.String> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Pattern(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Properties(System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Schema.JsonSchema> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReadOnly(System.Nullable<System.Boolean> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Requires(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Transient(System.Nullable<System.Boolean> value) : void (in JsonSchema) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Type(System.Nullable<Newtonsoft.Json.Schema.JsonSchemaType> value) : void (in JsonSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LineNumber() : System.Int32 (in JsonSchemaException) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LinePosition() : System.Int32 (in JsonSchemaException) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_LineNumber(System.Int32 value) : void (in JsonSchemaException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LinePosition(System.Int32 value) : void (in JsonSchemaException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_UndefinedSchemaIdHandling() : Newtonsoft.Json.Schema.UndefinedSchemaIdHandling (in JsonSchemaGenerator) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_UndefinedSchemaIdHandling(Newtonsoft.Json.Schema.UndefinedSchemaIdHandling value) : void (in JsonSchemaGenerator) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AdditionalProperties() : Newtonsoft.Json.Schema.JsonSchemaModel (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AllowAdditionalProperties() : System.Boolean (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Disallow() : Newtonsoft.Json.Schema.JsonSchemaType (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Enum() : System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Items() : System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchemaModel> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Maximum() : System.Nullable<System.Double> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumDecimals() : System.Nullable<System.Int32> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumItems() : System.Nullable<System.Int32> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MaximumLength() : System.Nullable<System.Int32> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Minimum() : System.Nullable<System.Double> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MinimumItems() : System.Nullable<System.Int32> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MinimumLength() : System.Nullable<System.Int32> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Optional() : System.Boolean (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Patterns() : System.Collections.Generic.IList<System.String> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Properties() : System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Schema.JsonSchemaModel> (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Schema.JsonSchemaType (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AdditionalProperties(Newtonsoft.Json.Schema.JsonSchemaModel value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AllowAdditionalProperties(System.Boolean value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Disallow(Newtonsoft.Json.Schema.JsonSchemaType value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Enum(System.Collections.Generic.IList<Newtonsoft.Json.Linq.JToken> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Items(System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchemaModel> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Maximum(System.Nullable<System.Double> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumDecimals(System.Nullable<System.Int32> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumItems(System.Nullable<System.Int32> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MaximumLength(System.Nullable<System.Int32> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Minimum(System.Nullable<System.Double> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MinimumItems(System.Nullable<System.Int32> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MinimumLength(System.Nullable<System.Int32> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Optional(System.Boolean value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Patterns(System.Collections.Generic.IList<System.String> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Properties(System.Collections.Generic.IDictionary<System.String,Newtonsoft.Json.Schema.JsonSchemaModel> value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Type(Newtonsoft.Json.Schema.JsonSchemaType value) : void (in JsonSchemaModel) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AdditionalProperties() : Newtonsoft.Json.Schema.JsonSchemaNode (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.String (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Items() : System.Collections.Generic.List<Newtonsoft.Json.Schema.JsonSchemaNode> (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Properties() : System.Collections.Generic.Dictionary<System.String,Newtonsoft.Json.Schema.JsonSchemaNode> (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Schemas() : System.Collections.ObjectModel.ReadOnlyCollection<Newtonsoft.Json.Schema.JsonSchema> (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AdditionalProperties(Newtonsoft.Json.Schema.JsonSchemaNode value) : void (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.String value) : void (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Items(System.Collections.Generic.List<Newtonsoft.Json.Schema.JsonSchemaNode> value) : void (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Properties(System.Collections.Generic.Dictionary<System.String,Newtonsoft.Json.Schema.JsonSchemaNode> value) : void (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Schemas(System.Collections.ObjectModel.ReadOnlyCollection<Newtonsoft.Json.Schema.JsonSchema> value) : void (in JsonSchemaNode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaNodeCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LoadedSchemas() : System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> (in JsonSchemaResolver) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LoadedSchemas(System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> value) : void (in JsonSchemaResolver) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Schema() : Newtonsoft.Json.Schema.JsonSchema (in TypeSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : System.Type (in TypeSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Schema(Newtonsoft.Json.Schema.JsonSchema value) : void (in TypeSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Type(System.Type value) : void (in TypeSchema) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass8) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultMembersSearchFlags() : System.Reflection.BindingFlags (in DefaultContractResolver) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultMembersSearchFlags(System.Reflection.BindingFlags value) : void (in DefaultContractResolver) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DefaultReferenceResolver) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DefaultSerializationBinder) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Error() : System.Exception (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Handled() : System.Boolean (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member() : System.Object (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OriginalObject() : System.Object (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Error(System.Exception value) : void (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Handled(System.Boolean value) : void (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member(System.Object value) : void (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OriginalObject(System.Object value) : void (in ErrorContext) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CurrentObject() : System.Object (in ErrorEventArgs) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ErrorContext() : Newtonsoft.Json.Serialization.ErrorContext (in ErrorEventArgs) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CurrentObject(System.Object value) : void (in ErrorEventArgs) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ErrorContext(Newtonsoft.Json.Serialization.ErrorContext value) : void (in ErrorEventArgs) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CollectionItemType() : System.Type (in JsonArrayContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CollectionItemType(System.Type value) : void (in JsonArrayContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Converter() : Newtonsoft.Json.JsonConverter (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CreatedType() : System.Type (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultCreator() : System.Func<System.Object> (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultCreatorNonPublic() : System.Boolean (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_InternalConverter() : Newtonsoft.Json.JsonConverter (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IsReference() : System.Nullable<System.Boolean> (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OnDeserialized() : System.Reflection.MethodInfo (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OnDeserializing() : System.Reflection.MethodInfo (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OnError() : System.Reflection.MethodInfo (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OnSerialized() : System.Reflection.MethodInfo (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_OnSerializing() : System.Reflection.MethodInfo (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_UnderlyingType() : System.Type (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Converter(Newtonsoft.Json.JsonConverter value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_CreatedType(System.Type value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultCreator(System.Func<System.Object> value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultCreatorNonPublic(System.Boolean value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_InternalConverter(Newtonsoft.Json.JsonConverter value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IsReference(System.Nullable<System.Boolean> value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OnDeserialized(System.Reflection.MethodInfo value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OnDeserializing(System.Reflection.MethodInfo value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OnError(System.Reflection.MethodInfo value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OnSerialized(System.Reflection.MethodInfo value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_OnSerializing(System.Reflection.MethodInfo value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_UnderlyingType(System.Type value) : void (in JsonContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DictionaryKeyType() : System.Type (in JsonDictionaryContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DictionaryValueType() : System.Type (in JsonDictionaryContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DictionaryKeyType(System.Type value) : void (in JsonDictionaryContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DictionaryValueType(System.Type value) : void (in JsonDictionaryContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ISerializableCreator() : Newtonsoft.Json.Serialization.ObjectConstructor<System.Object> (in JsonISerializableContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ISerializableCreator(Newtonsoft.Json.Serialization.ObjectConstructor<System.Object> value) : void (in JsonISerializableContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberSerialization() : Newtonsoft.Json.MemberSerialization (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ParametrizedConstructor() : System.Reflection.ConstructorInfo (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Properties() : Newtonsoft.Json.Serialization.JsonPropertyCollection (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberSerialization(Newtonsoft.Json.MemberSerialization value) : void (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ParametrizedConstructor(System.Reflection.ConstructorInfo value) : void (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Properties(Newtonsoft.Json.Serialization.JsonPropertyCollection value) : void (in JsonObjectContract) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Converter() : Newtonsoft.Json.JsonConverter (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValue() : System.Object (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandling() : System.Nullable<Newtonsoft.Json.DefaultValueHandling> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Ignored() : System.Boolean (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IsReference() : System.Nullable<System.Boolean> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberConverter() : Newtonsoft.Json.JsonConverter (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandling() : System.Nullable<Newtonsoft.Json.NullValueHandling> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ObjectCreationHandling() : System.Nullable<Newtonsoft.Json.ObjectCreationHandling> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyName() : System.String (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyType() : System.Type (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Readable() : System.Boolean (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandling() : System.Nullable<Newtonsoft.Json.ReferenceLoopHandling> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Required() : Newtonsoft.Json.Required (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ShouldSerialize() : System.Predicate<System.Object> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeNameHandling() : System.Nullable<Newtonsoft.Json.TypeNameHandling> (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ValueProvider() : Newtonsoft.Json.Serialization.IValueProvider (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Writable() : System.Boolean (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Converter(Newtonsoft.Json.JsonConverter value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValue(System.Object value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandling(System.Nullable<Newtonsoft.Json.DefaultValueHandling> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Ignored(System.Boolean value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IsReference(System.Nullable<System.Boolean> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberConverter(Newtonsoft.Json.JsonConverter value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullValueHandling(System.Nullable<Newtonsoft.Json.NullValueHandling> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ObjectCreationHandling(System.Nullable<Newtonsoft.Json.ObjectCreationHandling> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PropertyName(System.String value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PropertyType(System.Type value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Readable(System.Boolean value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceLoopHandling(System.Nullable<Newtonsoft.Json.ReferenceLoopHandling> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Required(Newtonsoft.Json.Required value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ShouldSerialize(System.Predicate<System.Object> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TypeNameHandling(System.Nullable<Newtonsoft.Json.TypeNameHandling> value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ValueProvider(Newtonsoft.Json.Serialization.IValueProvider value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Writable(System.Boolean value) : void (in JsonProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Serializer() : Newtonsoft.Json.JsonSerializer (in JsonSerializerInternalBase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Serializer(Newtonsoft.Json.JsonSerializer value) : void (in JsonSerializerInternalBase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in OnErrorAttribute) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ReferenceEqualsEqualityComparer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass1`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass12`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass2`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass2`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass4`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass6) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass6) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass6`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass7) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass9`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass9`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassa) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClassa`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClassc`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClassd) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClassd) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClasse) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassf`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
<>m__Finally8() : void (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
<>m__Finallyc() : void (in d__5) N/A : 0 of 0
0.00% : 0 of 2
0.00% : 0 of 1
2
.ctor(System.Int32 <>1__state) : void (in d__5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
System.IDisposable.Dispose() : void(in d__5) N/A : 0 of 0
N/A : 0 of 0
100.00% : 1 of 1
5
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.get_Current() : System.Object (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerator.Reset() : void (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerator<System.Type>.get_Current() : System.Type (in d__5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.Generic.IEnumerable<System.Type>.GetEnumerator() : System.Collections.Generic.IEnumerator<System.Type> (in d__5) N/A : 0 of 0
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor() : void (in DynamicReflectionDelegateFactory) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DynamicWrapperBase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in EnumValues`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in LateBoundReflectionDelegateFactory) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in MathUtils) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in ReflectionDelegateFactory) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
AllInterfaces(System.Type target) : System.Collections.Generic.IEnumerable<System.Type> [static] (in TypeExtensions) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(<Category>j__TPar Category,<Count>j__TPar Count) : void(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 4
0.00% : 0 of 1
3
get_Category() : <Category>j__TPar(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Count() : <Count>j__TPar(in <>f__AnonymousType0`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType0`2) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<title>j__TPar title,<description>j__TPar description,<link>j__TPar link,<category>j__TPar category) : void(in <>f__AnonymousType1`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType1`4) N/A : 0 of 0
50.00% : 3 of 6
100.00% : 1 of 1
5
get_category() : <category>j__TPar(in <>f__AnonymousType1`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_description() : <description>j__TPar(in <>f__AnonymousType1`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_link() : <link>j__TPar(in <>f__AnonymousType1`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_title() : <title>j__TPar(in <>f__AnonymousType1`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType1`4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType1`4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<title>j__TPar title,<link>j__TPar link,<description>j__TPar description,<item>j__TPar item) : void(in <>f__AnonymousType2`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType2`4) N/A : 0 of 0
50.00% : 3 of 6
100.00% : 1 of 1
5
get_description() : <description>j__TPar(in <>f__AnonymousType2`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_item() : <item>j__TPar(in <>f__AnonymousType2`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_link() : <link>j__TPar(in <>f__AnonymousType2`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_title() : <title>j__TPar(in <>f__AnonymousType2`4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType2`4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType2`4) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<channel>j__TPar channel) : void(in <>f__AnonymousType3`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType3`1) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
get_channel() : <channel>j__TPar(in <>f__AnonymousType3`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType3`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType3`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<NestedValue>j__TPar NestedValue) : void(in <>f__AnonymousType4`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType4`1) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_NestedValue() : <NestedValue>j__TPar(in <>f__AnonymousType4`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType4`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType4`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<StringValue>j__TPar StringValue,<IntValue>j__TPar IntValue,<NestedAnonymous>j__TPar NestedAnonymous,<NestedArray>j__TPar NestedArray,<Product>j__TPar Product) : void(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType5`5) N/A : 0 of 0
42.86% : 3 of 7
100.00% : 1 of 1
6
get_IntValue() : <IntValue>j__TPar(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NestedAnonymous() : <NestedAnonymous>j__TPar(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NestedArray() : <NestedArray>j__TPar(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Product() : <Product>j__TPar(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_StringValue() : <StringValue>j__TPar(in <>f__AnonymousType5`5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType5`5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType5`5) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor(<bar>j__TPar bar) : void(in <>f__AnonymousType6`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
Equals(System.Object value) : System.Boolean(in <>f__AnonymousType6`1) N/A : 0 of 0
100.00% : 3 of 3
100.00% : 1 of 1
2
get_bar() : <bar>j__TPar(in <>f__AnonymousType6`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
GetHashCode() : System.Int32(in <>f__AnonymousType6`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
ToString() : System.String(in <>f__AnonymousType6`1) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass10) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass13) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass16) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass19) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1c) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1f) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass22) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass25) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass28) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass2b) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass2e) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass31) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass34) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass37) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass3a) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass3d) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass4) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass40) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass43) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass46) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass49) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass4c) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass4f) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass7) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassa) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassd) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ExceptionTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in File) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Folder) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Author() : System.String(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Caption() : System.String(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Data() : System.Byte[](in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FileName() : System.String(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Author(System.String value) : void(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Caption(System.String value) : void(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Data(System.Byte[] value) : void(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FileName(System.String value) : void(in Image) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonArrayAttributeTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonConvertTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonTextReaderTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonTextWriterTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonValidatingReaderTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Child() : Newtonsoft.Json.Tests.LargeRecursiveTestClass(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Integer() : System.Int32(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Text() : System.String(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Child(Newtonsoft.Json.Tests.LargeRecursiveTestClass value) : void(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Integer(System.Int32 value) : void(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Text(System.String value) : void(in LargeRecursiveTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PerformanceTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in TestFixtureBase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BsonReaderTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BsonWriterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in BinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Binary() : System.Data.Linq.Binary(in BinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullBinary() : System.Data.Linq.Binary(in BinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Binary(System.Data.Linq.Binary value) : void(in BinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullBinary(System.Data.Linq.Binary value) : void(in BinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BinaryConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ByteArrayClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ByteArray() : System.Byte[](in ByteArrayClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullByteArray() : System.Byte[](in ByteArrayClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ByteArray(System.Byte[] value) : void(in ByteArrayClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullByteArray(System.Byte[] value) : void(in ByteArrayClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in CustomCreationConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DataSetConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DataTableConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DecimalRangeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_BirthDate() : System.DateTime(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Department() : System.String(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_FirstName() : System.String(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_JobTitle() : System.String(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LastName() : System.String(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_BirthDate(System.DateTime value) : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Department(System.String value) : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_FirstName(System.String value) : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_JobTitle(System.String value) : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_LastName(System.String value) : void(in Employee) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullableStoreColor1() : System.Nullable<Newtonsoft.Json.Tests.TestObjects.StoreColor>(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullableStoreColor2() : System.Nullable<Newtonsoft.Json.Tests.TestObjects.StoreColor>(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_StoreColor() : Newtonsoft.Json.Tests.TestObjects.StoreColor(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullableStoreColor1(System.Nullable<Newtonsoft.Json.Tests.TestObjects.StoreColor> value) : void(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullableStoreColor2(System.Nullable<Newtonsoft.Json.Tests.TestObjects.StoreColor> value) : void(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_StoreColor(Newtonsoft.Json.Tests.TestObjects.StoreColor value) : void(in EnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in HtmlColorConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in IntRangeConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in IsoDateTimeConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JavaScriptDateTimeConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Thing() : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IThing(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Thing(Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IThing value) : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.String value) : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Number() : System.Int32(in MyThing) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in MyThing) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Number(System.Int32 value) : void(in MyThing) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in MyThingConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value1() : Newtonsoft.Json.Tests.Converters.StringEnumConverterTests+NegativeEnum(in NegativeEnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value2() : Newtonsoft.Json.Tests.Converters.StringEnumConverterTests+NegativeEnum(in NegativeEnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in NegativeEnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value1(Newtonsoft.Json.Tests.Converters.StringEnumConverterTests+NegativeEnum value) : void(in NegativeEnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value2(Newtonsoft.Json.Tests.Converters.StringEnumConverterTests+NegativeEnum value) : void(in NegativeEnumClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Company() : System.String(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DecimalRange() : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Decimal>(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.Guid(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IntRange() : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Int32>(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullDecimalRange() : Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Decimal>(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Year() : System.Nullable<System.Int32>(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Company(System.String value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DecimalRange(Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Decimal> value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.Guid value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IntRange(Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Int32> value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullDecimalRange(Newtonsoft.Json.Tests.Converters.CustomCreationConverterTests+IRange<System.Decimal> value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Year(System.Nullable<System.Int32> value) : void(in NullInterfaceTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ObjectIdConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : Newtonsoft.Json.Bson.BsonObjectId(in ObjectIdTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Test() : System.String(in ObjectIdTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ObjectIdTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(Newtonsoft.Json.Bson.BsonObjectId value) : void(in ObjectIdTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Test(System.String value) : void(in ObjectIdTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PersonConverter) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_First() : T(in Range`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Last() : T(in Range`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Range`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_First(T value) : void(in Range`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Last(T value) : void(in Range`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in RegexConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Regex() : System.Text.RegularExpressions.Regex(in RegexTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in RegexTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Regex(System.Text.RegularExpressions.Regex value) : void(in RegexTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullableSqlBinary1() : System.Nullable<System.Data.SqlTypes.SqlBinary>(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullableSqlBinary2() : System.Nullable<System.Data.SqlTypes.SqlBinary>(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_SqlBinary() : System.Data.SqlTypes.SqlBinary(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullableSqlBinary1(System.Nullable<System.Data.SqlTypes.SqlBinary> value) : void(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullableSqlBinary2(System.Nullable<System.Data.SqlTypes.SqlBinary> value) : void(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_SqlBinary(System.Data.SqlTypes.SqlBinary value) : void(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in SqlBinaryClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in StringEnumConverterTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in TestDataTableConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in XmlNodeConverterTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass7) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassa) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassf) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Bytes() : System.Byte[](in HasBytes) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in HasBytes) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Bytes(System.Byte[] value) : void(in HasBytes) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JArrayTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JConstructorTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JObjectTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JPathTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JPropertyTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JRawTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTokenEqualityComparerTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTokenReaderTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTokenTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTokenWriterTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JValueTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in LinqToJsonTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ListItemText() : System.String(in ListItemFields) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ListItemValue() : System.Object(in ListItemFields) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ListItemFields) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ListItemText(System.String value) : void(in ListItemFields) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ListItemValue(System.Object value) : void(in ListItemFields) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Categories() : System.Collections.Generic.IList<System.String>(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Description() : System.String(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Link() : System.String(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Title() : System.String(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Categories(System.Collections.Generic.IList<System.String> value) : void(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Description(System.String value) : void(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Link(System.String value) : void(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void(in Post) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in BindingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JPropertyDescriptorTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTypeDescriptionProviderTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JTypeDescriptorTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Department) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Department) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Department) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Department) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
.ctor() : void (in DepartmentConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DepartmentMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in GuidByteArrayConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in LinqToSqlClassesSerializationTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Person) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Person) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Person) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Person) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_FirstName() : System.String(in PersonMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in PersonMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_FirstName(System.String value) : void(in PersonMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in PersonRole) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in PersonRole) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in PersonRole) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in PersonRole) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Role) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
add_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Role) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler value) : void (in Role) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
remove_PropertyChanging(System.ComponentModel.PropertyChangingEventHandler value) : void (in Role) N/A : 0 of 0
0.00% : 0 of 3
0.00% : 0 of 1
2
get_PersonRoles() : System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole>(in RoleMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_RoleId() : System.Guid(in RoleMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in RoleMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_PersonRoles(System.Data.Linq.EntitySet<Newtonsoft.Json.Tests.LinqToSql.PersonRole> value) : void(in RoleMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_RoleId(System.Guid value) : void(in RoleMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass3) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass5) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass8) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClassb`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in BulkInsertTask_DSL) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in BulkInsertTaskCollection) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in ContainerCollection) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in ControlFlowItemBase) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in ControlFlowItemCollection) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in DataFlowTask_DSL) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in DataFlowTaskCollection) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in DMDSLBase) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in ExtensionsTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaBuilderTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaGeneratorTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaModelBuilderTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaNodeTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSchemaTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in SequenceContainer_DSL) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in TaskCollection) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in X) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClass13) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClass39) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in <>c__DisplayClassa) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in <>c__DisplayClasse) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in A) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_A2() : System.String (in A) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_A2(System.String value) : void (in A) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_AA_property1() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AA_property2() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AA_property3() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AA_property4() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AA_property5() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AA_property6() : System.Int32 (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property1(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property2(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property3(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property4(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property5(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AA_property6(System.Int32 value) : void (in AA) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Animal) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in B) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_B1() : System.String (in B) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_B3() : System.String (in B) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_B1(System.String value) : void (in B) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_B3(System.String value) : void (in B) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_BB_property1() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property2() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property3() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property4() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property5() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property6() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property7() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BB_property8() : System.Int32 (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property1(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property2(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property3(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property4(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property5(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property6(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property7(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BB_property8(System.Int32 value) : void (in BB) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AuthorAge() : System.Int32(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AuthorCountry() : System.String(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AuthorName() : System.String(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BookName() : System.String(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BookPrice() : System.Decimal(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AuthorAge(System.Int32 value) : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AuthorCountry(System.String value) : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AuthorName(System.String value) : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BookName(System.String value) : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BookPrice(System.Decimal value) : void(in Book) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in CamelCasePropertyNamesContractResolverTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in CircularDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in CircularList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in CircularReferenceClassConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ClassWithTimeSpan) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ClientMap) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_center() : Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+PosDouble(in ClientMap) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_position() : Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Pos(in ClientMap) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_center(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+PosDouble value) : void(in ClientMap) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_position(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Pos value) : void(in ClientMap) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_First() : System.String (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Ignored() : Newtonsoft.Json.Tests.TestObjects.Product (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Second() : System.Int32 (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_First(System.String value) : void (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Ignored(Newtonsoft.Json.Tests.TestObjects.Product value) : void (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Second(System.Int32 value) : void (in ConstructorCompexIgnoredProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ConstructorHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ContractResolverTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_AnimalProperty() : Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Animal(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ExceptionProperty() : System.Exception(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_GuidProperty() : System.Guid(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TimeSpanProperty() : System.TimeSpan(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_AnimalProperty(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Animal value) : void(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ExceptionProperty(System.Exception value) : void(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_GuidProperty(System.Guid value) : void(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TimeSpanProperty(System.TimeSpan value) : void(in DataContractJsonSerializerTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32 (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NotIncluded() : System.String (in DataContractPrivateMembers) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Rank() : System.Int32 (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Title() : System.String (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NotIncluded(System.String value) : void (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Rank(System.Int32 value) : void (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void (in DataContractPrivateMembers) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DefaultValueHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DictionaryKey) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String (in DictionaryKey) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.String value) : void (in DictionaryKey) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Employee) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Manager() : Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Employee (in Employee) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in Employee) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Manager(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+Employee value) : void (in Employee) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in Employee) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in EntitiesSerializationTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Dictionary() : System.Collections.Generic.Dictionary<System.String,System.String> (in ExistingValueClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_List() : System.Collections.Generic.List<System.String> (in ExistingValueClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Dictionary(System.Collections.Generic.Dictionary<System.String,System.String> value) : void (in ExistingValueClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_List(System.Collections.Generic.List<System.String> value) : void (in ExistingValueClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_GenericList() : System.Collections.Generic.List<System.String> (in GenericListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_GenericList(System.Collections.Generic.List<System.String> value) : void (in GenericListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Ethnicity() : System.String (in Human) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Human) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Ethnicity(System.String value) : void (in Human) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : Newtonsoft.Json.Linq.JRaw(in JRawValueTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in JRawValueTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(Newtonsoft.Json.Linq.JRaw value) : void(in JRawValueTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in JsonSerializerTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.Int32(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Key() : System.String(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.String(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.Int32 value) : void(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Key(System.String value) : void(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.String value) : void(in KeyValueId) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Key() : TKey (in KVPair`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : TValue (in KVPair`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Key(TKey value) : void (in KVPair`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(TValue value) : void (in KVPair`2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in MissingMemberHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Prop1() : System.Byte[] (in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Prop1(System.Byte[] value) : void (in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in NullValueHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NotIncluded() : System.String(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NotIncluded(System.String value) : void(in OptInClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Name() : System.String(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_NotIncluded() : System.String(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Age(System.Int32 value) : void(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Name(System.String value) : void(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_NotIncluded(System.String value) : void(in OptInClassMetadata) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in PopulateTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_X() : System.Int32(in Pos) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Y() : System.Int32(in Pos) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Pos) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_X(System.Int32 value) : void(in Pos) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Y(System.Int32 value) : void(in Pos) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PosConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_X() : System.Double(in PosDouble) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Y() : System.Double(in PosDouble) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in PosDouble) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_X(System.Double value) : void(in PosDouble) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Y(System.Double value) : void(in PosDouble) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PosDoubleConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PreserveReferencesHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_CorrelationId() : System.String (in SendHttpRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Headers() : System.Collections.Generic.Dictionary<System.String,System.String> (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Method() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Passwd() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_RequestBodyText() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_RequestEncoding() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Url() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_User() : System.String (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_CorrelationId(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Headers(System.Collections.Generic.Dictionary<System.String,System.String> value) : void (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Method(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Passwd(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_RequestBodyText(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_RequestEncoding(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Url(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_User(System.String value) : void (in SendHttpRequest) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void (in SerializationErrorHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SerializationEventAttributeTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TestMember() : System.String (in SerializationEventContextTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SerializationEventContextTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TestMember(System.String value) : void (in SerializationEventContextTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32 (in ShouldSerializeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in ShouldSerializeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void (in ShouldSerializeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in ShouldSerializeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ShouldSerializeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in StringAppenderConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in StringListAppenderConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Key() : System.String(in TestClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Value() : System.Object(in TestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Key(System.String value) : void(in TestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.Object value) : void(in TestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in TestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MyProperty() : System.String (in ThisGenericTest`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MyProperty(System.String value) : void (in ThisGenericTest`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in TypeNameHandlingTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in TypeNameProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : System.Object(in TypeNameProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in TypeNameProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Value(System.Object value) : void(in TypeNameProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in TypeNameProperty) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Friend() : Newtonsoft.Json.Tests.Serialization.PreserveReferencesHandlingTests+User (in User) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Login() : System.String (in User) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Friend(Newtonsoft.Json.Tests.Serialization.PreserveReferencesHandlingTests+User value) : void (in User) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Login(System.String value) : void (in User) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Document() : System.Xml.XmlDocument(in XmlNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Document(System.Xml.XmlDocument value) : void(in XmlNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in XmlNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Document() : System.Xml.Linq.XDocument(in XNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Element() : System.Xml.Linq.XElement(in XNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Document(System.Xml.Linq.XDocument value) : void(in XNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Element(System.Xml.Linq.XElement value) : void(in XNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in XNodeTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in AbstractGenericBase`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in AddressDetails) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in AdministrativeArea) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ArgumentConverterPrecedenceClassConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ArticleCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Bar) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.Int32(in Bar) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.Int32 value) : void(in Bar) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Features() : System.Collections.Generic.List<System.String>(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LastModified() : System.DateTime(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Model() : System.String(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Year() : System.DateTime(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Features(System.Collections.Generic.List<System.String> value) : void(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_LastModified(System.DateTime value) : void(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Model(System.String value) : void(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Year(System.DateTime value) : void(in Car) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in CircularReferenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Child() : Newtonsoft.Json.Tests.TestObjects.CircularReferenceClass(in CircularReferenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in CircularReferenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Child(Newtonsoft.Json.Tests.TestObjects.CircularReferenceClass value) : void(in CircularReferenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in CircularReferenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in CircularReferenceWithIdClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Child() : Newtonsoft.Json.Tests.TestObjects.CircularReferenceWithIdClass(in CircularReferenceWithIdClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in CircularReferenceWithIdClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Child(Newtonsoft.Json.Tests.TestObjects.CircularReferenceWithIdClass value) : void(in CircularReferenceWithIdClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Name(System.String value) : void(in CircularReferenceWithIdClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in ClassAndMemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultConverter() : Newtonsoft.Json.Tests.TestObjects.ConverterPrecedenceClass(in ClassAndMemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberConverter() : Newtonsoft.Json.Tests.TestObjects.ConverterPrecedenceClass(in ClassAndMemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultConverter(Newtonsoft.Json.Tests.TestObjects.ConverterPrecedenceClass value) : void(in ClassAndMemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberConverter(Newtonsoft.Json.Tests.TestObjects.ConverterPrecedenceClass value) : void(in ClassAndMemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ClassConverterPrecedenceClassConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ClassWithGuid) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Co) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in Co) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in Co) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Manufacture() : System.String(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Name() : System.String(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_NextShipmentDate() : System.DateTime(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_SalePrice() : System.Decimal(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_StockCount() : System.Int32(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_WholeSalePrice() : System.Decimal(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Manufacture(System.String value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Name(System.String value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_NextShipmentDate(System.DateTime value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_SalePrice(System.Decimal value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_StockCount(System.Int32 value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_WholeSalePrice(System.Decimal value) : void(in Computer) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_param1() : System.String (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Param1() : System.String (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Param2() : System.String (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_param1(System.String value) : void (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Param1(System.String value) : void (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Param2(System.String value) : void (in ConstructorCaseSensitivityClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Container) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_In() : System.Collections.Generic.IList<Newtonsoft.Json.Tests.TestObjects.Product>(in Container) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Out() : System.Collections.Generic.IList<Newtonsoft.Json.Tests.TestObjects.Product>(in Container) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_In(System.Collections.Generic.IList<Newtonsoft.Json.Tests.TestObjects.Product> value) : void(in Container) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Out(System.Collections.Generic.IList<Newtonsoft.Json.Tests.TestObjects.Product> value) : void(in Container) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in Content) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TestValue() : System.String (in ConverterPrecedenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TestValue(System.String value) : void (in ConverterPrecedenceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ConverterPrecedenceClassConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Country) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DateTimeErrorObjectCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DateTimeField() : System.DateTime(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DateTimeOffsetField() : System.DateTimeOffset(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PostField() : System.String(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PreField() : System.String(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeField(System.DateTime value) : void(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeOffsetField(System.DateTimeOffset value) : void(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PostField(System.String value) : void(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PreField(System.String value) : void(in DateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DefaultValueAttributeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TestProperty1() : System.String(in DefaultValueAttributeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TestProperty1(System.String value) : void(in DefaultValueAttributeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Collection() : System.Collections.Generic.ICollection<System.Int32> (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Dictionary() : System.Collections.Generic.IDictionary<System.String,System.Int32> (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Employee() : Newtonsoft.Json.Tests.TestObjects.EmployeeReference (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Random() : System.Object (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Collection(System.Collections.Generic.ICollection<System.Int32> value) : void (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Dictionary(System.Collections.Generic.IDictionary<System.String,System.Int32> value) : void (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Employee(Newtonsoft.Json.Tests.TestObjects.EmployeeReference value) : void (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Random(System.Object value) : void (in DictionaryInterfaceClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in DoubleClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Height() : System.Nullable<System.Double>(in DoubleClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Height(System.Nullable<System.Double> value) : void(in DoubleClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in EmployeeReference) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Manager() : Newtonsoft.Json.Tests.TestObjects.EmployeeReference(in EmployeeReference) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in EmployeeReference) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Manager(Newtonsoft.Json.Tests.TestObjects.EmployeeReference value) : void(in EmployeeReference) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in EmployeeReference) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Bars() : System.Collections.Generic.List<Newtonsoft.Json.Tests.TestObjects.Bar> (in Foo) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Bars(System.Collections.Generic.List<Newtonsoft.Json.Tests.TestObjects.Bar> value) : void (in Foo) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in GenericImpl) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Id() : System.Int32(in GenericImpl) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Id(System.Int32 value) : void(in GenericImpl) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IDictionaryProperty() : System.Collections.Generic.IDictionary<System.String,System.Int32>(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IEnumerableProperty() : System.Collections.Generic.IEnumerable<System.Int32>(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IListProperty() : System.Collections.Generic.IList<System.Int32>(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_IDictionaryProperty(System.Collections.Generic.IDictionary<System.String,System.Int32> value) : void(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_IEnumerableProperty(System.Collections.Generic.IEnumerable<System.Int32> value) : void(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_IListProperty(System.Collections.Generic.IList<System.Int32> value) : void(in GenericListAndDictionaryInterfaceProperties) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in GoogleMapGeocoderStructure) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in IncompatibleJsonAttributeClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_co() : Newtonsoft.Json.Tests.TestObjects.ICo (in InterfacePropertyTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_co(Newtonsoft.Json.Tests.TestObjects.ICo value) : void (in InterfacePropertyTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Amount() : System.Decimal(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Company() : System.String(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FollowUpDays() : System.Int32(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FollowUpEmailAddress() : System.String(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Paid() : System.Boolean(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PaidDate() : System.Nullable<System.DateTime>(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Amount(System.Decimal value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Company(System.String value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FollowUpDays(System.Int32 value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FollowUpEmailAddress(System.String value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Paid(System.Boolean value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PaidDate(System.Nullable<System.DateTime> value) : void(in Invoice) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_After() : System.String(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Before() : System.String(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Coordinates() : System.Int32[][](in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_After(System.String value) : void(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Before(System.String value) : void(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Coordinates(System.Int32[][] value) : void(in JaggedArray) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandlingIgnoreProperty() : System.String(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandlingIncludeProperty() : System.String(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandlingIgnoreProperty() : System.String(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandlingIncludeProperty() : System.String(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandlingErrorProperty() : Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandlingIgnoreProperty() : Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandlingSerializeProperty() : Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandlingIgnoreProperty(System.String value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandlingIncludeProperty(System.String value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullValueHandlingIgnoreProperty(System.String value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_NullValueHandlingIncludeProperty(System.String value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ReferenceLoopHandlingErrorProperty(Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceLoopHandlingIgnoreProperty(Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_ReferenceLoopHandlingSerializeProperty(Newtonsoft.Json.Tests.TestObjects.JsonPropertyWithHandlingValues value) : void(in JsonPropertyWithHandlingValues) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Member() : System.String (in ListErrorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member2() : System.String (in ListErrorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ListErrorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member(System.String value) : void (in ListErrorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member2(System.String value) : void (in ListErrorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ListErrorObjectCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_id() : System.String(in ListItem) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in ListItem) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_id(System.String value) : void(in ListItem) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in ListOfIds`1) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_id() : System.String(in ListTestClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_items() : System.Collections.Generic.List<Newtonsoft.Json.Tests.TestObjects.ListItem>(in ListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_id(System.String value) : void(in ListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_items(System.Collections.Generic.List<Newtonsoft.Json.Tests.TestObjects.ListItem> value) : void(in ListTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Locality) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Details() : System.String(in LogEntry) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LogDate() : System.DateTime(in LogEntry) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in LogEntry) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Details(System.String value) : void(in LogEntry) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LogDate(System.DateTime value) : void(in LogEntry) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultConverter() : System.DateTime(in MemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberConverter() : System.DateTime(in MemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in MemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultConverter(System.DateTime value) : void(in MemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberConverter(System.DateTime value) : void(in MemberConverterClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in MemberConverterPrecedenceClassConverter) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in MethodExecutorObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Classification() : System.String(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Description() : System.String(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReleaseCountries() : System.Collections.Generic.List<System.String>(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReleaseDate() : System.Nullable<System.DateTime>(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Studio() : System.String(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Classification(System.String value) : void(in Movie) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Description(System.String value) : void(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReleaseCountries(System.Collections.Generic.List<System.String> value) : void(in Movie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReleaseDate(System.Nullable<System.DateTime> value) : void(in Movie) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Studio(System.String value) : void(in Movie) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_PostProperty() : System.Int32(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PreProperty() : System.Int32(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PostProperty(System.Int32 value) : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PreProperty(System.Int32 value) : void(in MyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FidOrder() : System.Collections.Generic.IList<System.String>(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Sid() : System.Guid(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Uid() : System.Guid(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FidOrder(System.Collections.Generic.IList<System.String> value) : void(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Sid(System.Guid value) : void(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Uid(System.Guid value) : void(in NonRequest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DateTimeField() : System.Nullable<System.DateTime>(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DateTimeOffsetField() : System.Nullable<System.DateTimeOffset>(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PostField() : System.String(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PreField() : System.String(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeField(System.Nullable<System.DateTime> value) : void(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DateTimeOffsetField(System.Nullable<System.DateTimeOffset> value) : void(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PostField(System.String value) : void(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PreField(System.String value) : void(in NullableDateTimeTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Action() : System.String(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Data() : System.Object[](in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Method() : System.String(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Action(System.String value) : void(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Data(System.Object[] value) : void(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Method(System.String value) : void(in ObjectArrayPropertyTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BirthDate() : System.DateTime(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Department() : System.String(in Person) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_LastModified() : System.DateTime(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BirthDate(System.DateTime value) : void(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Department(System.String value) : void(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LastModified(System.DateTime value) : void(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void(in Person) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32 (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Title() : System.String (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void (in PersonError) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Person() : Newtonsoft.Json.Tests.TestObjects.Person (in PersonPropertyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Person(Newtonsoft.Json.Tests.TestObjects.Person value) : void (in PersonPropertyClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in PersonRaw) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Placemark) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Point) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in PostalCode) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32 (in PrivateConstructorTestClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Name() : System.String (in PrivateConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void (in PrivateConstructorTestClass) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
set_Name(System.String value) : void (in PrivateConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Age() : System.Int32 (in PrivateConstructorWithPublicParametizedConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Name() : System.String (in PrivateConstructorWithPublicParametizedConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Age(System.Int32 value) : void (in PrivateConstructorWithPublicParametizedConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Name(System.String value) : void (in PrivateConstructorWithPublicParametizedConstructorTestClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ProductCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ProductShort) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_firstName() : System.String(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FirstName() : System.String(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_lastName() : System.String(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LastName() : System.String(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_firstName(System.String value) : void(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FirstName(System.String value) : void(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_lastName(System.String value) : void(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LastName(System.String value) : void(in PropertyCase) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Request() : System.String(in RequestOnly) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in RequestOnly) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Request(System.String value) : void(in RequestOnly) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_BirthDate() : System.DateTime(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_FirstName() : System.String(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_LastName() : System.String(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MiddleName() : System.String(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_BirthDate(System.DateTime value) : void(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_FirstName(System.String value) : void(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_LastName(System.String value) : void(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MiddleName(System.String value) : void(in RequiredMembersClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Direction() : Newtonsoft.Json.Tests.TestObjects.RoleTransferDirection(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Operation() : Newtonsoft.Json.Tests.TestObjects.RoleTransferOperation(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_RoleName() : System.String(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Direction(Newtonsoft.Json.Tests.TestObjects.RoleTransferDirection value) : void(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Operation(Newtonsoft.Json.Tests.TestObjects.RoleTransferOperation value) : void(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_RoleName(System.String value) : void(in RoleTransfer) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Content() : System.String(in SearchResult) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Title() : System.String(in SearchResult) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Url() : System.String(in SearchResult) N/A : 0 of 0
0.00% : 0 of 1
0.00% : 0 of 1
1
.ctor() : void(in SearchResult) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Content(System.String value) : void(in SearchResult) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Title(System.String value) : void(in SearchResult) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Url(System.String value) : void(in SearchResult) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member1() : System.Int32 (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member2() : System.String (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member3() : System.String (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member4() : System.String (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member1(System.Int32 value) : void (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member2(System.String value) : void (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member3(System.String value) : void (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member4(System.String value) : void (in SerializationEventTestDictionary) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member1() : System.Int32 (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member2() : System.String (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member3() : System.String (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member4() : System.String (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member1(System.Int32 value) : void (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member2(System.String value) : void (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member3(System.String value) : void (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member4(System.String value) : void (in SerializationEventTestList) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member1() : System.Int32 (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member2() : System.String (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member3() : System.String (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member4() : System.String (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member5() : System.String (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member1(System.Int32 value) : void (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member2(System.String value) : void (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member3(System.String value) : void (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member4(System.String value) : void (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member5(System.String value) : void (in SerializationEventTestObject) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member1() : System.Int32 (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member2() : System.String (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member3() : System.String (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Member4() : System.String (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member1(System.Int32 value) : void (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member2(System.String value) : void (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member3(System.String value) : void (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Member4(System.String value) : void (in SerializationEventTestObjectWithConstructor) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in SetOnlyPropertyClass2) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Error() : Newtonsoft.Json.Tests.TestObjects.ShortieException(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Original() : System.String(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Short() : System.String(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Shortened() : System.String(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Error(Newtonsoft.Json.Tests.TestObjects.ShortieException value) : void(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Original(System.String value) : void(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Short(System.String value) : void(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Shortened(System.String value) : void(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Shortie) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Code() : System.Int32(in ShortieException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ErrorMessage() : System.String(in ShortieException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Code(System.Int32 value) : void(in ShortieException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ErrorMessage(System.String value) : void(in ShortieException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in ShortieException) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Status) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IntProperty() : System.Int32(in StructTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_StringProperty() : System.String(in StructTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IntProperty(System.Int32 value) : void(in StructTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_StringProperty(System.String value) : void(in StructTest) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in SubAdministrativeArea) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_SubProp() : System.String (in SubKlass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_SubProp(System.String value) : void (in SubKlass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_SuperProp() : System.String (in SuperKlass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_SuperProp(System.String value) : void (in SuperKlass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in Thoroughfare) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeProperty() : System.Type(in TypeClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TypeProperty(System.Type value) : void(in TypeClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in TypeClass) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in TypedSubHashtable) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in UserNullable) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Messages() : System.Collections.Generic.List<System.String> (in VersionKeyedCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Messages(System.Collections.Generic.List<System.String> value) : void (in VersionKeyedCollection) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_HourlyWage() : System.Decimal(in WagePerson) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_HourlyWage(System.Decimal value) : void(in WagePerson) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void(in WagePerson) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void (in DynamicReflectionDelegateFactoryTests) N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1