6 references to ProcessRequestUri
System.Data.Services (6)
System\Data\Services\DataService.cs (3)
2065
return RequestUriProcessor.
ProcessRequestUri
(host.AbsoluteRequestUri, this);
2468
description = RequestUriProcessor.
ProcessRequestUri
(this.operationContext.AbsoluteRequestUri, this);
2488
description = RequestUriProcessor.
ProcessRequestUri
(this.operationContext.AbsoluteRequestUri, this);
System\Data\Services\RequestUriProcessor.cs (1)
382
RequestDescription description = RequestUriProcessor.
ProcessRequestUri
(absoluteRequestUri, service);
System\Data\Services\Serializers\Deserializer.cs (1)
917
RequestDescription requestDescription = RequestUriProcessor.
ProcessRequestUri
(referencedUri, this.Service);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
501
RequestDescription description = RequestUriProcessor.
ProcessRequestUri
(referencedUri, this.Service);