1 write to _rentedMemoryCounter
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs (1)
45_rentedMemoryCounter = _meter.CreateCounter<long>(
2 references to _rentedMemoryCounter
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs (2)
101if (_rentedMemoryCounter.Enabled) 112_rentedMemoryCounter.Add(bytes, tags);