1 write to queryMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
40out this.queryMapping,
5 references to queryMapping
System.ServiceModel.Web (5)
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 (3)
66else if (this.queryMapping.ContainsKey(i)) 70nvc[this.queryMapping[i].Key] = this.qsc.ConvertValueToString(parameters[i], this.queryMapping[i].Value);