4 writes to AsyncReadInProgress
System.Net.Http.WinHttpHandler (4)
System\Net\Http\WinHttpResponseStream.cs (4)
110if (Interlocked.CompareExchange(ref _state.AsyncReadInProgress, 1, 0) == 1) 164_state.AsyncReadInProgress = 0; 214if (Interlocked.CompareExchange(ref _state.AsyncReadInProgress, 1, 0) == 1) 257_state.AsyncReadInProgress = 0;
1 reference to AsyncReadInProgress
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpResponseStream.cs (1)
351if (_state.AsyncReadInProgress == 1)