1 write to operations
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
95this.operations = new OperationCollection(this);
6 references to operations
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
445get { return this.operations; } 669for (int i = 0; i < this.operations.Count; i++) 671max = System.Math.Max(max, this.operations[i].CallContextInitializers.Count); 687for (int i = 0; i < this.operations.Count; i++) 689max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count); 770foreach (DispatchOperation dispatchOperation in this.operations)