2 writes to _authRefreshConnectionState
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
809
_authRefreshConnectionState
= connectionState;
820
_authRefreshConnectionState
= null;
2 references to _authRefreshConnectionState
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
737
if (!ReferenceEquals(
_authRefreshConnectionState
, connectionState))
787
if (!ReferenceEquals(
_authRefreshConnectionState
, timerState.ConnectionState)