1 write to _nextValidateAuthenticationStateAsyncCallSource
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RevalidatingServerAuthenticationStateProviderTest.cs (1)
253_nextValidateAuthenticationStateAsyncCallSource = new TaskCompletionSource();
2 references to _nextValidateAuthenticationStateAsyncCallSource
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\RevalidatingServerAuthenticationStateProviderTest.cs (2)
241=> _nextValidateAuthenticationStateAsyncCallSource.Task; 252var prevCts = _nextValidateAuthenticationStateAsyncCallSource;