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