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)
873if (_map.Contains(action)) 875DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)_map[action]; 878_map.Add(action, operation); 893DispatchOperationRuntime operation = (DispatchOperationRuntime)_map[action];