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)
122using (_nextHeartbeat) 125while (await _nextHeartbeat.WaitForNextTickAsync()) 188_nextHeartbeat.Dispose();