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