1 write to _nextEviction
Interop.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
153
_nextEviction
= now.Add(DefaultEvictionDelay);
1 reference to _nextEviction
Interop.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
151
if (now >=
_nextEviction
)