2 writes to _timer
Microsoft.AspNetCore.SignalR.Client.Core (2)
src\SignalR\common\Shared\TimerAwaitable.cs (2)
48
_timer
= NonCapturingTimer.Create(state =>
117
_timer
= null;
3 references to _timer
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\TimerAwaitable.cs (3)
34
if (
_timer
== null)
43
if (
_timer
== null)
115
_timer
?.Dispose();