1 write to map
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1789this.map = new Dictionary<string, DispatchOperationRuntime>();
2 references to map
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1794this.map.Add(name, operation); 1819if (this.map.TryGetValue(operationName, out operation))