2 references to HandleAuthenticationStateChanged
Microsoft.AspNetCore.Components.Authorization (2)
CascadingAuthenticationStateServiceCollectionExtensions.cs (2)
40
_authenticationStateProvider.AuthenticationStateChanged +=
HandleAuthenticationStateChanged
;
54
_authenticationStateProvider.AuthenticationStateChanged -=
HandleAuthenticationStateChanged
;