3 references to
System.ServiceModel (3)
System\UriTemplateCompoundPathSegment.cs (1)
26
:
base
(originalSegment, UriTemplatePartType.Compound, endsWithSlash)
System\UriTemplateLiteralPathSegment.cs (1)
22
:
base
(segment, UriTemplatePartType.Literal, segment.EndsWith("/", StringComparison.Ordinal))
System\UriTemplateVariablePathSegment.cs (1)
16
:
base
(originalSegment, UriTemplatePartType.Variable, endsWithSlash)