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)
1050if (_allowedReadLineBytes <= buffer.Length) 1138if (_allowedReadLineBytes < bytesScanned) 1145Debug.Assert(_allowedReadLineBytes >= 0); 1705if (readLength >= _allowedReadLineBytes)