1 write to requestUri
System.ServiceModel (1)
System\UriTemplateMatch.cs (1)
102this.requestUri = value;
3 references to requestUri
System.ServiceModel (3)
System\UriTemplateMatch.cs (3)
98return this.requestUri; 152if (this.requestUri != null) 154this.queryParameters = UriTemplateHelpers.ParseQueryString(this.requestUri.Query);