3 writes to _hasConsent
Microsoft.AspNetCore.CookiePolicy (3)
ResponseCookiesWrapper.cs (3)
57
_hasConsent
= string.Equals(cookie, Options.ConsentCookieValue, StringComparison.Ordinal);
76
_hasConsent
= true;
88
_hasConsent
= false;
3 references to _hasConsent
Microsoft.AspNetCore.CookiePolicy (3)
ResponseCookiesWrapper.cs (3)
54
if (!
_hasConsent
.HasValue)
58
_logger.HasConsent(
_hasConsent
.Value);
61
return
_hasConsent
.Value;