1 instantiation of JsonObjectRecords
System.Data.Services (1)
System\Data\Services\Serializers\JsonReader.cs (1)
367JsonObjectRecords record = new JsonObjectRecords();
13 references to JsonObjectRecords
System.Data.Services (13)
System\Data\Services\Serializers\JsonDeserializer.cs (11)
207JsonReader.JsonObjectRecords jsonObject = this.jsonReader.ReadValue() as JsonReader.JsonObjectRecords; 245JsonReader.JsonObjectRecords records = element as JsonReader.JsonObjectRecords; 262private static bool HandleTopLevelNonEntityProperty(JsonReader.JsonObjectRecords jsonObject, SegmentInfo segment, out object resource) 328JsonReader.JsonObjectRecords jsonObjectRecord; 333jsonObjectRecord = jsonObject as JsonReader.JsonObjectRecords; 368jsonObjectRecord = jsonObject as JsonReader.JsonObjectRecords; 522private bool PopulateProperties(JsonReader.JsonObjectRecords jsonObject, object resource, ResourceSetWrapper parentResourceSet, ResourceType parentResourceType) 696JsonReader.JsonObjectRecords metadata = metadataObject as JsonReader.JsonObjectRecords;
System\Data\Services\Serializers\JsonReader.cs (2)
365private JsonObjectRecords ReadObject() 367JsonObjectRecords record = new JsonObjectRecords();