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