12 references to HasWildcard
System.ServiceModel (12)
System\UriTemplate.cs (8)
740
Fx.Assert(!this.
HasWildcard
, "There are no terminal default when ends with wildcard");
793
else if (this.
HasWildcard
)
839
if (this.
HasWildcard
!= other.
HasWildcard
)
850
(i == this.segments.Count - 1) && !this.
HasWildcard
&& (this.ignoreTrailingSlash || other.ignoreTrailingSlash)))
1419
if (this.owner.
HasWildcard
)
1444
if (!this.owner.
HasWildcard
)
1532
if (this.owner.
HasWildcard
&& this.owner.wildcard.HasVariable &&
System\UriTemplateTable.cs (1)
384
if (ut.HasNoVariables && !ut.
HasWildcard
)
System\UriTemplateTrieNode.cs (3)
63
bool needProcessingOnFinalNode = ((ut.segments.Count == 0) || ut.
HasWildcard
||
75
Fx.Assert(!ut.
HasWildcard
, "path star cannot have !EndsWithSlash");
121
if (ut.
HasWildcard
)