1 write to _timer
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
73_timer = new(AckRate, _timeProvider);
3 references to _timer
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
91using (_timer) 94while (await _timer.WaitForNextTickAsync().ConfigureAwait(false)) 314((IDisposable)_timer).Dispose();