1 instantiation of UriTemplateCompoundPathSegment
System.ServiceModel (1)
System\UriTemplateCompoundPathSegment.cs (1)
48
UriTemplateCompoundPathSegment result = new
UriTemplateCompoundPathSegment
(origSegment, endsWithSlash,
25 references to UriTemplateCompoundPathSegment
System.ServiceModel (25)
System\UriTemplateCompoundPathSegment.cs (13)
18
class UriTemplateCompoundPathSegment : UriTemplatePathSegment, IComparable<
UriTemplateCompoundPathSegment
>
31
public static new
UriTemplateCompoundPathSegment
CreateFromUriTemplate(string segment, UriTemplate template)
48
UriTemplateCompoundPathSegment
result = new UriTemplateCompoundPathSegment(origSegment, endsWithSlash,
149
UriTemplateCompoundPathSegment
otherAsCompound = other as
UriTemplateCompoundPathSegment
;
285
int IComparable<
UriTemplateCompoundPathSegment
>.CompareTo(
UriTemplateCompoundPathSegment
other)
364
int CompareToOtherThatHasPrefixAndSuffix(
UriTemplateCompoundPathSegment
other)
389
int CompareToOtherThatHasOnlyPrefix(
UriTemplateCompoundPathSegment
other)
406
int CompareToOtherThatHasOnlySuffix(
UriTemplateCompoundPathSegment
other)
423
int CompareToOtherThatHasNoPrefixNorSuffix(
UriTemplateCompoundPathSegment
other)
431
int ComparePrefixToOtherPrefix(
UriTemplateCompoundPathSegment
other)
435
int CompareSuffixToOtherSuffix(
UriTemplateCompoundPathSegment
other)
System\UriTemplatePathSegment.cs (1)
58
return
UriTemplateCompoundPathSegment
.CreateFromUriTemplate(segment, template);
System\UriTemplateTrieNode.cs (11)
83
current.AddFinalCompoundSegment(ps as
UriTemplateCompoundPathSegment
, kvp);
105
current = current.AddNextCompoundSegment(ps as
UriTemplateCompoundPathSegment
);
541
void AddFinalCompoundSegment(
UriTemplateCompoundPathSegment
cps, KeyValuePair<UriTemplate, object> kvp)
574
UriTemplateTrieNode AddNextCompoundSegment(
UriTemplateCompoundPathSegment
cps)
672
SortedList<
UriTemplateCompoundPathSegment
, Collection<CollectionItem>> items;
676
this.items = new SortedList<
UriTemplateCompoundPathSegment
, Collection<AscendingSortedCompoundSegmentsCollection<T>.CollectionItem>>();
700
public void Add(
UriTemplateCompoundPathSegment
segment, T value)
716
public T Find(
UriTemplateCompoundPathSegment
segment)
780
UriTemplateCompoundPathSegment
segment;
783
public CollectionItem(
UriTemplateCompoundPathSegment
segment, T value)
789
public
UriTemplateCompoundPathSegment
Segment