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