1 instantiation of JsonReader
System.Data.Services (1)
System\Data\Services\Serializers\JsonDeserializer.cs (1)
54this.jsonReader = new JsonReader(new StreamReader(useGivenStream ? requestStream : new BufferedStream(requestStream), encoding));
12 references to JsonReader
System.Data.Services (12)
System\Data\Services\Serializers\JsonDeserializer.cs (12)
33private readonly JsonReader jsonReader; 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;