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