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