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