2 writes to finalCompoundSegment
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
31
this.
finalCompoundSegment
= null;
546
this.
finalCompoundSegment
= new AscendingSortedCompoundSegmentsCollection<UriTemplatePathPartiallyEquivalentSet>();
9 references to finalCompoundSegment
System.ServiceModel (9)
System\UriTemplateTrieNode.cs (9)
303
else if (considerCompound && currentLocation.node.
finalCompoundSegment
!= null &&
304
AscendingSortedCompoundSegmentsCollection<UriTemplatePathPartiallyEquivalentSet>.Lookup(currentLocation.node.
finalCompoundSegment
, curWireSeg, out compoundPathEquivalentSets))
376
if (current.
finalCompoundSegment
!= null)
378
IList<IList<UriTemplatePathPartiallyEquivalentSet>> pesLists = current.
finalCompoundSegment
.Values;
502
if (node.
finalCompoundSegment
!= null)
504
UriTemplatePathPartiallyEquivalentSet pes = node.
finalCompoundSegment
.GetAnyValue();
544
if (this.
finalCompoundSegment
== null)
548
UriTemplatePathPartiallyEquivalentSet pes = this.
finalCompoundSegment
.Find(cps);
552
this.
finalCompoundSegment
.Add(cps, pes);