2 instantiations of WildcardInfo
System.ServiceModel (2)
System\UriTemplate.cs (2)
124this.wildcard = new WildcardInfo(this); 128this.wildcard = new WildcardInfo(this, segment);
1 reference to WildcardInfo
System.ServiceModel (1)
System\UriTemplate.cs (1)
34readonly WildcardInfo wildcard;