5 references to RelativePathSegments
System.ServiceModel (5)
System\UriTemplate.cs (3)
546
this.segments[i].Lookup(result.
RelativePathSegments
[i], result.BoundVariables);
550
this.wildcard.Lookup(numMatchedSegments, result.
RelativePathSegments
,
572
Fx.Assert(result.
RelativePathSegments
.Count - numMatchedSegments >= 0, "bad segment computation");
System\UriTemplateMatch.cs (2)
166
for (int i = this.wildcardSegmentsStartOffset; i < this.
RelativePathSegments
.Count; ++i)
168
this.wildcardPathSegments.Add(this.
RelativePathSegments
[i]);