2 writes to _bytePool
Microsoft.AspNetCore.WebUtilities (2)
FileBufferingReadStream.cs (2)
79
_bytePool
= bytePool;
131
_bytePool
= bytePool;
10 references to _bytePool
Microsoft.AspNetCore.WebUtilities (10)
FileBufferingReadStream.cs (10)
284
var rentedBuffer =
_bytePool
.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize));
296
_bytePool
.Return(rentedBuffer);
302
_bytePool
.Return(_rentedBuffer);
359
var rentedBuffer =
_bytePool
.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize));
372
_bytePool
.Return(rentedBuffer);
378
_bytePool
.Return(_rentedBuffer);
443
byte[] buffer =
_bytePool
.Rent(bufferSize);
458
_bytePool
.Return(buffer);
473
_bytePool
.Return(_rentedBuffer);
491
_bytePool
.Return(_rentedBuffer);