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