5 writes to _endOfRequestCallbackLockCount
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
877
_endOfRequestCallbackLockCount
--;
932
_endOfRequestCallbackLockCount
++;
961
_endOfRequestCallbackLockCount
--;
976
if (Interlocked.Decrement(ref
_endOfRequestCallbackLockCount
) == 0) {
1480
_endOfRequestCallbackLockCount
= 1; // when goes to 0 the callback is called