2 implementations of GetResource
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
278object IDataService.GetResource(RequestDescription description, int segmentIndex, string typeFullName) 2274public object GetResource(RequestDescription description, int segmentIndex, string typeFullName)
3 references to GetResource
System.Data.Services (3)
System\Data\Services\Serializers\Deserializer.cs (2)
460entityResource = service.GetResource(description, entityResourceIndex, null); 920object resourceCookie = this.Service.GetResource(requestDescription, requestDescription.SegmentInfos.Length - 1, null);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
516object targetResource = this.Service.GetResource(description, description.SegmentInfos.Length - 1, null);