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