1 write to pathMapping
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
39
Populate(out this.
pathMapping
,
4 references to pathMapping
System.ServiceModel.Web (4)
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 (2)
62
if (this.
pathMapping
.ContainsKey(i))
64
nvc[this.
pathMapping
[i]] = parameters[i] as string;