9 references to Compound
System.ServiceModel (9)
System\UriTemplateCompoundPathSegment.cs (2)
26
: base(originalSegment, UriTemplatePartType.
Compound
, endsWithSlash)
59
string varName = template.AddPathVariable(UriTemplatePartType.
Compound
,
System\UriTemplateHelpers.cs (3)
185
return UriTemplatePartType.
Compound
;
190
return UriTemplatePartType.
Compound
;
217
case UriTemplatePartType.
Compound
:
System\UriTemplatePathSegment.cs (1)
57
case UriTemplatePartType.
Compound
:
System\UriTemplateQueryValue.cs (1)
53
case UriTemplatePartType.
Compound
:
System\UriTemplateTrieNode.cs (2)
82
case UriTemplatePartType.
Compound
:
104
case UriTemplatePartType.
Compound
: