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