1 write to _operations
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
39_operations = new Dictionary<string, ProxyOperationRuntime>();
3 references to _operations
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (3)
45_operations.Add(operation.Name, operationRuntime); 205if ((operationName != null) && _operations.TryGetValue(operationName, out operation)) 233if (_operations.TryGetValue(operationName, out operation))