2 writes to _workItemCount
System.Web (2)
RequestQueue.cs (2)
215
Interlocked.Increment(ref
_workItemCount
);
226
Interlocked.Decrement(ref
_workItemCount
);
2 references to _workItemCount
System.Web (2)
RequestQueue.cs (2)
205
if (
_workItemCount
>= _workItemLimit)
273
while (
_workItemCount
> 0)