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;
252
var prevCts =
_nextValidateAuthenticationStateAsyncCallSource
;