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