6 references to ReadAheadTaskHasStarted
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (6)
135
if (
ReadAheadTaskHasStarted
)
197
return !
ReadAheadTaskHasStarted
207
if (!
ReadAheadTaskHasStarted
||
230
if (!
ReadAheadTaskHasStarted
)
605
if (
ReadAheadTaskHasStarted
)
1624
Debug.Assert(!
ReadAheadTaskHasStarted
);