1 write to operations
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
46
this.
operations
= new Dictionary<string, ProxyOperationRuntime>();
3 references to operations
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (3)
52
this.
operations
.Add(operation.Name, operationRuntime);
272
if ((operationName != null) && this.
operations
.TryGetValue(operationName, out operation))
300
if (this.
operations
.TryGetValue(operationName, out operation))