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