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