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)
1048if (_allowedReadLineBytes <= buffer.Length) 1136if (_allowedReadLineBytes < bytesScanned) 1143Debug.Assert(_allowedReadLineBytes >= 0); 1703if (readLength >= _allowedReadLineBytes)