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