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);
205
if ((operationName != null) &&
_operations
.TryGetValue(operationName, out operation))
233
if (
_operations
.TryGetValue(operationName, out operation))