1 write to _timer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs (1)
27_timer = new PeriodicTimer(PinnedBlockMemoryPool.DefaultEvictionDelay);
2 references to _timer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs (2)
32while (await _timer.WaitForNextTickAsync()) 63_timer.Dispose();