1 instantiation of UserRefreshState
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
160var userRefreshState = new UserRefreshState(this, connectionContext, authenticationRefreshLock);
3 references to UserRefreshState
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionHandler.cs (3)
160var userRefreshState = new UserRefreshState(this, connectionContext, authenticationRefreshLock); 167var userRefreshState = (UserRefreshState)state!;