1 write to _timerThread
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
30_timerThread = new Thread(state => ((Heartbeat)state!).TimerLoop())
3 references to _timerThread
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\Heartbeat.cs (3)
40_timerThread.Start(this); 87if (_timerThread.IsAlive) 89_timerThread.Join();