1 write to _signOutCalled
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
385
_signOutCalled
= true;
1 reference to _signOutCalled
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
242
if (!_shouldRefresh || _signInCalled ||
_signOutCalled
)