1 write to uriTemplate
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
385this.uriTemplate = uriTemplate;
3 references to uriTemplate
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (3)
395return this.uriTemplate.IsEquivalentTo(other.uriTemplate) && this.method == other.method; 399return UriTemplateEquivalenceComparer.Instance.GetHashCode(this.uriTemplate);