2 writes to _workItemCount
System.Runtime.Remoting (2)
channels\core\requestqueue.cs (2)
147
Interlocked.Increment(ref
_workItemCount
);
153
Interlocked.Decrement(ref
_workItemCount
);
1 reference to _workItemCount
System.Runtime.Remoting (1)
channels\core\requestqueue.cs (1)
143
if (
_workItemCount
>= _workItemLimit)