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