3 writes to _allowedReadLineBytes
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
597
_allowedReadLineBytes
= _pool.Settings.MaxResponseHeadersByteLength;
1036
_allowedReadLineBytes
-= bytesConsumed;
1142
_allowedReadLineBytes
-= bytesConsumed;
4 references to _allowedReadLineBytes
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (4)
1048
if (
_allowedReadLineBytes
<= buffer.Length)
1136
if (
_allowedReadLineBytes
< bytesScanned)
1143
Debug.Assert(
_allowedReadLineBytes
>= 0);
1703
if (readLength >=
_allowedReadLineBytes
)