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