3 references to _maxULongByteLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\ServerInfrastructure\BufferExtensions.cs (3)
187var position = _maxULongByteLength; 198var length = _maxULongByteLength - position; 264var bytes = new byte[_maxULongByteLength];