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)
177
get { return
_operations
; }
277
for (int i = 0; i <
_operations
.Count; i++)
279
max = System.Math.Max(max,
_operations
[i].ParameterInspectors.Count);