1 write to _operations
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
45_operations = new OperationCollection(this);
3 references to _operations
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
169get { return _operations; } 269for (int i = 0; i < _operations.Count; i++) 271max = System.Math.Max(max, _operations[i].ParameterInspectors.Count);