3 writes to _allowedReadLineBytes
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
599
_allowedReadLineBytes
= _pool.Settings.MaxResponseHeadersByteLength;
1038
_allowedReadLineBytes
-= bytesConsumed;
1144
_allowedReadLineBytes
-= bytesConsumed;
4 references to _allowedReadLineBytes
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
1050
if (
_allowedReadLineBytes
<= buffer.Length)
1138
if (
_allowedReadLineBytes
< bytesScanned)
1145
Debug.Assert(
_allowedReadLineBytes
>= 0);
1705
if (readLength >=
_allowedReadLineBytes
)