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