4 writes to _asyncIoCount
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
2362
Interlocked.Increment(ref
_asyncIoCount
); // increment async io count
2379
Interlocked.Increment(ref
_asyncIoCount
); // increment async io count
2423
Interlocked.Decrement(ref
_asyncIoCount
);
2479
Interlocked.Decrement(ref
_asyncIoCount
);
1 reference to _asyncIoCount
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
2090
while(
_asyncIoCount
!= 0) {