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