1 write to star
System.ServiceModel (1)
System\UriTemplateTrieNode.cs (1)
33this.star = new UriTemplatePathPartiallyEquivalentSet(depth);
10 references to star
System.ServiceModel (10)
System\UriTemplateTrieNode.cs (10)
124current.star.Items.Add(kvp); 207else if (currentLocation.node.star.Items.Count != 0) 210success = currentLocation.node.star; 278else if (considerStar && currentLocation.node.star.Items.Count != 0) 281success = currentLocation.node.star; 330else if (considerStar && currentLocation.node.star.Items.Count != 0) 333success = currentLocation.node.star; 368Validate(current.star, allowDuplicateEquivalentUriTemplates); 491if (node.star.Items.Count > 0) 493return node.star.Items[0].Key;