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