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)
30if (_authenticationStateTask is null) 35var authenticationStateData = await _serializeCallback(await _authenticationStateTask);