3 overrides of Lookup
System.ServiceModel (3)
System\UriTemplateCompoundPathSegment.cs (1)
182
public override void
Lookup
(string segment, NameValueCollection boundParameters)
System\UriTemplateLiteralPathSegment.cs (1)
137
public override void
Lookup
(string segment, NameValueCollection boundParameters)
System\UriTemplateVariablePathSegment.cs (1)
63
public override void
Lookup
(string segment, NameValueCollection boundParameters)
1 reference to Lookup
System.ServiceModel (1)
System\UriTemplate.cs (1)
546
this.segments[i].
Lookup
(result.RelativePathSegments[i], result.BoundVariables);