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;