2 writes to wildcardPathSegments
System.ServiceModel (2)
System\UriTemplateMatch.cs (2)
165
this.
wildcardPathSegments
= new Collection<string>();
173
this.
wildcardPathSegments
= new Collection<string>();
3 references to wildcardPathSegments
System.ServiceModel (3)
System\UriTemplateMatch.cs (3)
120
if (this.
wildcardPathSegments
== null)
124
return this.
wildcardPathSegments
;
168
this.
wildcardPathSegments
.Add(this.RelativePathSegments[i]);