1 write to pathMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
39
UriTemplateClientFormatter.Populate(out this.
pathMapping
,
5 references to pathMapping
System.ServiceModel.Web (5)
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 (2)
72
if (this.
pathMapping
.ContainsKey(i) && utmr != null)
74
parameters[i] = nvc[this.
pathMapping
[i]];
System\ServiceModel\Web\WebServiceHost.cs (1)
262
int numUriVariables = throwAway.
pathMapping
.Count + throwAway.queryMapping.Count;