1 write to pathMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
39UriTemplateClientFormatter.Populate(out this.pathMapping,
5 references to pathMapping
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
744int numUriVariables = throwAway.pathMapping.Count + throwAway.queryMapping.Count; 905HideRequestUriTemplateParameters(operationDescription, throwAway.pathMapping, throwAway.queryMapping, effect);
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (2)
72if (this.pathMapping.ContainsKey(i) && utmr != null) 74parameters[i] = nvc[this.pathMapping[i]];
System\ServiceModel\Web\WebServiceHost.cs (1)
262int numUriVariables = throwAway.pathMapping.Count + throwAway.queryMapping.Count;