2 writes to CookiePolicyAccepted
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Infrastructure\DefaultUIContext.cs (1)
34new DefaultUIContext(this) { CookiePolicyAccepted = true };
Pages\Account\Manage\Index.cs (1)
61Context.CookiePolicyAccepted = true;
3 references to CookiePolicyAccepted
Microsoft.AspNetCore.Identity.FunctionalTests (3)
Infrastructure\DefaultUIContext.cs (2)
94get => GetValue<bool>(nameof(CookiePolicyAccepted)); 95set => SetValue(nameof(CookiePolicyAccepted), value);
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
17if (Context.CookiePolicyAccepted)