1 write to finalVariableSegment
System.ServiceModel (1)
System\UriTemplateTrieNode.cs (1)
32
this.
finalVariableSegment
= new UriTemplatePathPartiallyEquivalentSet(depth + 1);
6 references to finalVariableSegment
System.ServiceModel (6)
System\UriTemplateTrieNode.cs (6)
87
current.
finalVariableSegment
.Items.Add(kvp);
324
else if (considerVariable && currentLocation.node.
finalVariableSegment
.Items.Count != 0)
327
success = currentLocation.node.
finalVariableSegment
;
367
Validate(current.
finalVariableSegment
, allowDuplicateEquivalentUriTemplates);
487
if (node.
finalVariableSegment
.Items.Count > 0)
489
return node.
finalVariableSegment
.Items[0].Key;