9 references to JsonObjectType
Microsoft.TestPlatform.CommunicationUtilities (9)
Json\Jsonite\Jsonite.cs (9)
1048var objectType = reflector.OnSerializeGetObjectType(value, type, out objectContext); 1051case JsonObjectType.Object: 1054case JsonObjectType.Array: 1306public JsonObjectType OnSerializeGetObjectType(object obj, Type type, out object objectContext) 1567JsonObjectType OnSerializeGetObjectType(object obj, Type type, out object objectContext); 1691public JsonObjectType OnSerializeGetObjectType(object obj, Type type, out object objectContext) 1697return JsonObjectType.Object; 1703return JsonObjectType.Array; 1705return JsonObjectType.Unknown;