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