1 write to _map
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
868
_map
= new HybridDictionary();
4 references to _map
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
873
if (
_map
.Contains(action))
875
DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)
_map
[action];
878
_map
.Add(action, operation);
893
DispatchOperationRuntime operation = (DispatchOperationRuntime)
_map
[action];