1 instantiation of UserRefreshedState
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
162
}, new
UserRefreshedState
(this, connectionContext, authenticationRefreshLock));
2 references to UserRefreshedState
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
157
var
userRefreshedState = (
UserRefreshedState
)state!;