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