1 write to _nextEviction
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
152
_nextEviction
= now.Add(DefaultEvictionDelay);
1 reference to _nextEviction
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
150
if (now >=
_nextEviction
)