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