1 write to _timer
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
72_timer = new(AckRate, timeProvider);
3 references to _timer
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
90using (_timer) 93while (await _timer.WaitForNextTickAsync().ConfigureAwait(false)) 306((IDisposable)_timer).Dispose();