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)
91
using (
_timer
)
94
while (await
_timer
.WaitForNextTickAsync().ConfigureAwait(false))
314
((IDisposable)
_timer
).Dispose();