24 references to EndsWithSlash
System.ServiceModel (24)
System\UriTemplate.cs (1)
785
if (lps.
EndsWithSlash
)
System\UriTemplateCompoundPathSegment.cs (5)
133
if (this.
EndsWithSlash
)
145
if (!ignoreTrailingSlash && (this.
EndsWithSlash
!= other.
EndsWithSlash
))
176
if (!ignoreTrailingSlash && (this.
EndsWithSlash
!= segment.
EndsWithSlash
))
System\UriTemplateLiteralPathSegment.cs (6)
25
if (this.
EndsWithSlash
)
76
if (this.
EndsWithSlash
)
101
return ((this.
EndsWithSlash
== lps.
EndsWithSlash
) &&
127
if (!ignoreTrailingSlash && (segment.
EndsWithSlash
!= this.
EndsWithSlash
))
System\UriTemplateTable.cs (1)
365
if (lps.
EndsWithSlash
)
System\UriTemplateTrieNode.cs (6)
64
ut.segments[ut.segments.Count - 1].
EndsWithSlash
);
72
if (!ps.
EndsWithSlash
)
97
Fx.Assert(ps.
EndsWithSlash
, "ps.EndsWithSlash");
198
Fx.Assert(wireUriSegments.Length == 0 || wireUriSegments[wireUriSegments.Length - 1].
EndsWithSlash
,
256
if (curWireSeg.
EndsWithSlash
)
294
Fx.Assert(!curWireSeg.
EndsWithSlash
, "!curWireSeg.EndsWithSlash");
System\UriTemplateVariablePathSegment.cs (5)
32
if (this.
EndsWithSlash
)
49
if (!ignoreTrailingSlash && (this.
EndsWithSlash
!= other.
EndsWithSlash
))
57
if (!ignoreTrailingSlash && (this.
EndsWithSlash
!= segment.
EndsWithSlash
))