3 references to DefaultEvictionDelay
Microsoft.AspNetCore.Server.IIS (3)
src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs (1)
27_timer = new PeriodicTimer(PinnedBlockMemoryPool.DefaultEvictionDelay);
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (2)
56private DateTimeOffset _nextEviction = DateTime.UtcNow.Add(DefaultEvictionDelay); 152_nextEviction = now.Add(DefaultEvictionDelay);