1 write to queryMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
40
out this.
queryMapping
,
5 references to queryMapping
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
669
int numUriVariables = throwAway.pathMapping.Count + throwAway.
queryMapping
.Count;
900
HideRequestUriTemplateParameters(operationDescription, throwAway.pathMapping, throwAway.
queryMapping
, effect);
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (3)
66
else if (this.
queryMapping
.ContainsKey(i))
70
nvc[this.
queryMapping
[i].Key] = this.qsc.ConvertValueToString(parameters[i], this.
queryMapping
[i].Value);