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