5 references to CreateObject
System.Data.Services (5)
System\Data\Services\Serializers\JsonDeserializer.cs (5)
184return this.CreateObject(jsonObject, segmentInfo, true /*topLevel*/, out existingRelationship); 561propertyValue = this.CreateObject(propertyValue, segmentInfo, false /*topLevel*/, out existingRelationship); 633propertyValue = this.CreateObject( 796propertyValue = this.CreateObject(propertyValue, segmentInfo, false /*topLevel*/, out existingRelationship); 813object resourceInstance = this.CreateObject(resourceObject, segmentInfo, false /*topLevel*/, out existingRelationship);