1 write to map
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1745
this.
map
= new HybridDictionary();
4 references to map
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
1750
if (
map
.Contains(action))
1752
DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)
map
[action];
1755
this.
map
.Add(action, operation);
1770
DispatchOperationRuntime operation = (DispatchOperationRuntime)this.
map
[action];