4 writes to AsyncReadInProgress
System.Net.Http.WinHttpHandler (4)
System\Net\Http\WinHttpResponseStream.cs (4)
110
if (Interlocked.CompareExchange(ref _state.
AsyncReadInProgress
, 1, 0) == 1)
164
_state.
AsyncReadInProgress
= 0;
214
if (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)
351
if (_state.
AsyncReadInProgress
== 1)