1 write to _authenticationStateTask
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
AuthenticationStateSerializer.cs (1)
45
_authenticationStateTask
= authenticationStateTask ?? throw new ArgumentNullException(nameof(authenticationStateTask));
2 references to _authenticationStateTask
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
AuthenticationStateSerializer.cs (2)
30
if (
_authenticationStateTask
is null)
35
var authenticationStateData = await _serializeCallback(await
_authenticationStateTask
);