12 writes to AuthenticationState
Microsoft.AspNetCore.Components.Authorization.Tests (12)
AuthorizeViewTest.cs (12)
59rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 93rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 123rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 159rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 195rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 206rootComponent.AuthenticationState = CreateAuthenticationState("Ronaldo"); 261rootComponent.AuthenticationState = authTcs.Task; 304rootComponent.AuthenticationState = authTcs.Task; 362rootComponent.AuthenticationState = authTcs.Task; 414rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 437rootComponent.AuthenticationState = CreateAuthenticationState("Nellie"); 462rootComponent.AuthenticationState = CreateAuthenticationState("Nellie");
1 reference to AuthenticationState
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeViewTest.cs (1)
534builder.AddComponentParameter(1, nameof(CascadingValue<Task<AuthenticationState>>.Value), AuthenticationState);