4 references to _timer
Microsoft.AspNetCore.SignalR.Client.Core (4)
src\SignalR\common\Shared\MessageBuffer.cs (4)
83
_timer
.Start();
90
using (
_timer
)
95
while (await
_timer
)
306
((IDisposable)
_timer
).Dispose();