1 write to _operations
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
90this._operations = operations;
3 references to _operations
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
318for (int i = 0; i < _operations.Count; i++) 320max = System.Math.Max(max, _operations[i].ParameterInspectors.Count); 347get { return _operations; }