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