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