1 reference to _maxReadBufferSize
Microsoft.AspNetCore.WebUtilities (1)
StreamHelperExtensions.cs (1)
58
var buffer = bytePool.Rent(
_maxReadBufferSize
);