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