1 write to _operations
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
56_operations = new OperationCollection(this);
3 references to _operations
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
177get { return _operations; } 277for (int i = 0; i < _operations.Count; i++) 279max = System.Math.Max(max, _operations[i].ParameterInspectors.Count);