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)
39if (!_isConsentNeeded.HasValue) 43_logger.NeedsConsent(_isConsentNeeded.Value); 46return _isConsentNeeded.Value;