1 write to queryMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
40
out this.
queryMapping
,
7 references to queryMapping
System.ServiceModel.Web (7)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
744
int numUriVariables = throwAway.pathMapping.Count + throwAway.
queryMapping
.Count;
905
HideRequestUriTemplateParameters(operationDescription, throwAway.pathMapping, throwAway.
queryMapping
, effect);
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (4)
76
else if (this.
queryMapping
.ContainsKey(i) && utmr != null)
78
string queryVal = nvc[this.
queryMapping
[i].Key];
79
parameters[i] = this.qsc.ConvertStringToValue(queryVal, this.
queryMapping
[i].Value);
94
foreach (KeyValuePair<string, Type> kvp in this.
queryMapping
.Values)
System\ServiceModel\Web\WebServiceHost.cs (1)
262
int numUriVariables = throwAway.pathMapping.Count + throwAway.
queryMapping
.Count;