1 write to map
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1789
this.
map
= new Dictionary<string, DispatchOperationRuntime>();
2 references to map
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1794
this.
map
.Add(name, operation);
1819
if (this.
map
.TryGetValue(operationName, out operation))