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)
69while (await _cleanupTimer.WaitForNextTickAsync()) 122_cleanupTimer.Dispose();