1 write to _authenticationStateTask
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\ServerAuthenticationStateProvider.cs (1)
23
_authenticationStateTask
= authenticationStateTask ?? throw new ArgumentNullException(nameof(authenticationStateTask));
2 references to _authenticationStateTask
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\ServerAuthenticationStateProvider.cs (2)
17
=>
_authenticationStateTask
24
NotifyAuthenticationStateChanged(
_authenticationStateTask
);