1 write to _authenticationStateProvider
Microsoft.AspNetCore.Components.Authorization.Tests (1)
AuthorizeRouteViewTest.cs (1)
24
_authenticationStateProvider
= new TestAuthenticationStateProvider();
6 references to _authenticationStateProvider
Microsoft.AspNetCore.Components.Authorization.Tests (6)
AuthorizeRouteViewTest.cs (6)
25
_authenticationStateProvider
.CurrentAuthStateTask = Task.FromResult(
31
serviceCollection.AddSingleton<AuthenticationStateProvider>(
_authenticationStateProvider
);
179
_authenticationStateProvider
.CurrentAuthStateTask = Task.FromResult(new AuthenticationState(
207
_authenticationStateProvider
.CurrentAuthStateTask = authStateTcs.Task;
251
_authenticationStateProvider
.CurrentAuthStateTask = authStateTcs.Task;
305
_authenticationStateProvider
.CurrentAuthStateTask,