2 writes to relativePathSegments
System.ServiceModel (2)
System\UriTemplateMatch.cs (2)
89this.relativePathSegments = new Collection<string>(); 135this.relativePathSegments = segments;
2 references to relativePathSegments
System.ServiceModel (2)
System\UriTemplateMatch.cs (2)
87if (this.relativePathSegments == null) 91return this.relativePathSegments;