2 writes to wildcard
System.ServiceModel (2)
System\UriTemplate.cs (2)
124this.wildcard = new WildcardInfo(this); 128this.wildcard = new WildcardInfo(this, segment);
9 references to wildcard
System.ServiceModel (9)
System\UriTemplate.cs (9)
320return (this.wildcard != null); 548if (this.wildcard != null) 550this.wildcard.Lookup(numMatchedSegments, result.RelativePathSegments, 685else if (this.segments.Count > 0 || this.wildcard != null) 691if (this.wildcard != null) 693this.wildcard.Bind(parameters, ref parameterIndex, pathString); 1203if ((this.owner.wildcard != null) && this.owner.wildcard.HasVariable && 1532if (this.owner.HasWildcard && this.owner.wildcard.HasVariable &&