1 write to operations
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
96this.operations = operations;
3 references to operations
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
332for (int i = 0; i < this.operations.Count; i++) 333max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count); 359get { return this.operations; }