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