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