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