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)
284var rentedBuffer = _bytePool.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize)); 296_bytePool.Return(rentedBuffer); 302_bytePool.Return(_rentedBuffer); 359var rentedBuffer = _bytePool.Rent(Math.Min((int)oldBuffer.Length, _maxRentedBufferSize)); 372_bytePool.Return(rentedBuffer); 378_bytePool.Return(_rentedBuffer); 443byte[] buffer = _bytePool.Rent(bufferSize); 458_bytePool.Return(buffer); 473_bytePool.Return(_rentedBuffer); 491_bytePool.Return(_rentedBuffer);