1 write to _nextHeartbeat
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionManager.cs (1)
34
_nextHeartbeat
= new PeriodicTimer(_heartbeatTickRate);
3 references to _nextHeartbeat
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionManager.cs (3)
122
using (
_nextHeartbeat
)
125
while (await
_nextHeartbeat
.WaitForNextTickAsync())
188
_nextHeartbeat
.Dispose();