3 references to QueryValueVariableNames
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (1)
423Uri result = template.BindByPosition(baseUri, template.PathSegmentVariableNames.Concat(template.QueryValueVariableNames).Select(name => "{" + name + "}").ToArray());
System\ServiceModel\Dispatcher\HelpPage.cs (1)
261where !template.PathSegmentVariableNames.Contains(part.Name.ToUpperInvariant()) && !template.QueryValueVariableNames.Contains(part.Name.ToUpperInvariant())
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
148List<string> neededQueryVars = new List<string>(uriTemplate.QueryValueVariableNames);