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