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)
1053if (_allowedReadLineBytes <= buffer.Length) 1141if (_allowedReadLineBytes < bytesScanned) 1148Debug.Assert(_allowedReadLineBytes >= 0); 1730if (readLength >= _allowedReadLineBytes)