2 instantiations of AscendingSortedCompoundSegmentsCollection
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
546
this.finalCompoundSegment = new
AscendingSortedCompoundSegmentsCollection
<UriTemplatePathPartiallyEquivalentSet>();
579
this.nextCompoundSegment = new
AscendingSortedCompoundSegmentsCollection
<UriTemplateTrieLocation>();
6 references to AscendingSortedCompoundSegmentsCollection
System.ServiceModel (6)
System\UriTemplateTrieNode.cs (6)
16
AscendingSortedCompoundSegmentsCollection
<UriTemplatePathPartiallyEquivalentSet> finalCompoundSegment; // matches e.g. "{var}.{var}"
19
AscendingSortedCompoundSegmentsCollection
<UriTemplateTrieLocation> nextCompoundSegment; // all are AfterLiteral; matches e.g. "{var}.{var}/"
267
AscendingSortedCompoundSegmentsCollection
<UriTemplateTrieLocation>.Lookup(currentLocation.node.nextCompoundSegment, curWireSeg, out compoundLocationsSet))
304
AscendingSortedCompoundSegmentsCollection
<UriTemplatePathPartiallyEquivalentSet>.Lookup(currentLocation.node.finalCompoundSegment, curWireSeg, out compoundPathEquivalentSets))
676
this.items = new SortedList<UriTemplateCompoundPathSegment, Collection<
AscendingSortedCompoundSegmentsCollection
<T>.CollectionItem>>();
771
public static bool Lookup(
AscendingSortedCompoundSegmentsCollection
<T> collection,