1 write to templates
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
53
this.
templates
= new Dictionary<string, UriTemplate>();
2 references to templates
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
106
this.
templates
.Add(od.Name, ut);
140
if (!this.
templates
.TryGetValue(operationName, out result))