1 write to _map
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
951_map = new HybridDictionary();
4 references to _map
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
956if (_map.Contains(action)) 958DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)_map[action]; 961_map.Add(action, operation); 976DispatchOperationRuntime operation = (DispatchOperationRuntime)_map[action];