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