1 write to pathMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
39Populate(out this.pathMapping,
4 references to pathMapping
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
669int numUriVariables = throwAway.pathMapping.Count + throwAway.queryMapping.Count; 900HideRequestUriTemplateParameters(operationDescription, throwAway.pathMapping, throwAway.queryMapping, effect);
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (2)
62if (this.pathMapping.ContainsKey(i)) 64nvc[this.pathMapping[i]] = parameters[i] as string;