3 references to PathSegmentVariableNames
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)
147
List<string> neededPathVars = new List<string>(uriTemplate.
PathSegmentVariableNames
);