1 write to endOfPath
System.ServiceModel (1)
System\UriTemplateTrieNode.cs (1)
34
this.
endOfPath
= new UriTemplatePathPartiallyEquivalentSet(depth);
7 references to endOfPath
System.ServiceModel (7)
System\UriTemplateTrieNode.cs (7)
69
current.
endOfPath
.Items.Add(kvp);
129
current.
endOfPath
.Items.Add(kvp);
201
if (currentLocation.node.
endOfPath
.Items.Count != 0)
204
success = currentLocation.node.
endOfPath
;
366
Validate(current.
endOfPath
, allowDuplicateEquivalentUriTemplates);
483
if (node.
endOfPath
.Items.Count > 0)
485
return node.
endOfPath
.Items[0].Key;