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