2 instantiations of UriTemplatesCollection
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
67this.templates = new UriTemplatesCollection(keyValuePairs); 71this.templates = new UriTemplatesCollection();
1 reference to UriTemplatesCollection
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
27UriTemplatesCollection templates;