2 writes to _pendingCallsCount
System.Web (2)
Compilation\BuildManagerHost.cs (2)
150Interlocked.Increment(ref _pendingCallsCount); 154Interlocked.Decrement(ref _pendingCallsCount);
1 reference to _pendingCallsCount
System.Web (1)
Compilation\BuildManagerHost.cs (1)
142if (_pendingCallsCount <= 0 || _ignorePendingCalls)