4 writes to _isBlocked
Microsoft.AspNetCore.WebUtilities (4)
HttpRequestStreamReader.cs (4)
262
_isBlocked
= true;
267
_isBlocked
= (_bytesRead < _byteBufferSize);
469
_isBlocked
= (_bytesRead < _byteBufferSize);
498
_isBlocked
= (_bytesRead < _byteBufferSize);
3 references to _isBlocked
Microsoft.AspNetCore.WebUtilities (3)
HttpRequestStreamReader.cs (3)
127
if (
_isBlocked
|| ReadIntoBuffer() == 0)
204
if (
_isBlocked
)
310
if (
_isBlocked
)