1 write to _cleanupTimer
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\TlsListener.cs (1)
49
_cleanupTimer
= new PeriodicTimer(CleanupDelay, _timeProvider);
2 references to _cleanupTimer
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\TlsListener.cs (2)
69
while (await
_cleanupTimer
.WaitForNextTickAsync())
122
_cleanupTimer
.Dispose();