2 references to AuthenticationState
Aspire.Dashboard (1)
Components\Pages\Login.razor.cs (1)
56if (AuthenticationState is { } authStateTask)
Aspire.Dashboard.Components.Tests (1)
Pages\LoginTests.cs (1)
41builder.Add(p => p.AuthenticationState, tcs.Task);