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);
87
if (
_timerThread
.IsAlive)
89
_timerThread
.Join();