2 writes to nextCompoundSegment
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
29this.nextCompoundSegment = null; 579this.nextCompoundSegment = new AscendingSortedCompoundSegmentsCollection<UriTemplateTrieLocation>();
9 references to nextCompoundSegment
System.ServiceModel (9)
System\UriTemplateTrieNode.cs (9)
266else if (considerCompound && currentLocation.node.nextCompoundSegment != null && 267AscendingSortedCompoundSegmentsCollection<UriTemplateTrieLocation>.Lookup(currentLocation.node.nextCompoundSegment, curWireSeg, out compoundLocationsSet)) 404if (current.nextCompoundSegment != null) 406IList<IList<UriTemplateTrieLocation>> locations = current.nextCompoundSegment.Values; 515else if (node.nextCompoundSegment != null) 517UriTemplateTrieLocation location = node.nextCompoundSegment.GetAnyValue(); 577if (this.nextCompoundSegment == null) 581UriTemplateTrieLocation nextLocation = this.nextCompoundSegment.Find(cps); 587this.nextCompoundSegment.Add(cps, nextLocation);