1 write to _isConsentNeeded
Microsoft.AspNetCore.CookiePolicy (1)
ResponseCookiesWrapper.cs (1)
41
_isConsentNeeded
= Options.CheckConsentNeeded == null ? false
3 references to _isConsentNeeded
Microsoft.AspNetCore.CookiePolicy (3)
ResponseCookiesWrapper.cs (3)
39
if (!
_isConsentNeeded
.HasValue)
43
_logger.NeedsConsent(
_isConsentNeeded
.Value);
46
return
_isConsentNeeded
.Value;