4 references to _maxRentedBufferSize
Microsoft.AspNetCore.WebUtilities (4)
FileBufferingReadStream.cs (4)
80if (memoryThreshold <= _maxRentedBufferSize) 132if (memoryThreshold <= _maxRentedBufferSize) 284var rentedBuffer = _bytePool.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize)); 359var rentedBuffer = _bytePool.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize));