2 writes to templates
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
67this.templates = new UriTemplatesCollection(keyValuePairs); 71this.templates = new UriTemplatesCollection();
6 references to templates
System.ServiceModel (6)
System\UriTemplateTable.cs (6)
128return this.templates.IsFrozen; 135return this.templates; 146this.templates.Freeze(); 377foreach (KeyValuePair<UriTemplate, object> kvp in this.templates) 487if (this.templates.Count == 0) 494rootNode = UriTemplateTrieNode.Make(this.templates, allowDuplicateEquivalentUriTemplates);