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)
54if (!_hasConsent.HasValue) 58_logger.HasConsent(_hasConsent.Value); 61return _hasConsent.Value;