1 write to operations
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
96
this.
operations
= operations;
3 references to operations
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\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
; }