2 writes to _effectiveTheme
Aspire.Dashboard (2)
Model\ThemeManager.cs (2)
87set => _effectiveTheme = value; 107_effectiveTheme = browserThemeSettings.EffectiveTheme;
3 references to _effectiveTheme
Aspire.Dashboard (3)
Model\ThemeManager.cs (3)
85return _effectiveTheme; 90[MemberNotNull(nameof(_effectiveTheme))] 98Debug.Assert(_effectiveTheme != null, "There should be an effective theme if theme manager has been initialized.");