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