3 overrides of IsMatch
System.ServiceModel (3)
System\UriTemplateCompoundPathSegment.cs (1)
174
public override bool
IsMatch
(UriTemplateLiteralPathSegment segment, bool ignoreTrailingSlash)
System\UriTemplateLiteralPathSegment.cs (1)
125
public override bool
IsMatch
(UriTemplateLiteralPathSegment segment, bool ignoreTrailingSlash)
System\UriTemplateVariablePathSegment.cs (1)
55
public override bool
IsMatch
(UriTemplateLiteralPathSegment segment, bool ignoreTrailingSlash)
2 references to IsMatch
System.ServiceModel (2)
System\UriTemplate.cs (1)
779
if (!this.segments[relativeSegmentsIndex].
IsMatch
(lps, ignoreSlash))
System\UriTemplatePathSegment.cs (1)
84
return
IsMatch
(segment, false);