1 write to method
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
386this.method = method;
2 references to method
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
395return this.uriTemplate.IsEquivalentTo(other.uriTemplate) && this.method == other.method;