3 writes to _allowedReadLineBytes
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
602
_allowedReadLineBytes
= _pool.Settings.MaxResponseHeadersByteLength;
1041
_allowedReadLineBytes
-= bytesConsumed;
1147
_allowedReadLineBytes
-= bytesConsumed;
4 references to _allowedReadLineBytes
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
1053
if (
_allowedReadLineBytes
<= buffer.Length)
1141
if (
_allowedReadLineBytes
< bytesScanned)
1148
Debug.Assert(
_allowedReadLineBytes
>= 0);
1730
if (readLength >=
_allowedReadLineBytes
)