3 overrides of Lookup
System.ServiceModel (3)
System\UriTemplateLiteralQueryValue.cs (1)
80
public override void
Lookup
(string value, NameValueCollection boundParameters)
System\UriTemplateQueryValue.cs (1)
98
public override void
Lookup
(string value, NameValueCollection boundParameters)
System\UriTemplateVariableQueryValue.cs (1)
44
public override void
Lookup
(string value, NameValueCollection boundParameters)
1 reference to Lookup
System.ServiceModel (1)
System\UriTemplate.cs (1)
561
kvp.Value.
Lookup
(result.QueryParameters[kvp.Key], result.BoundVariables);