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