2 writes to _effectiveTheme
Aspire.Dashboard (2)
Model\ThemeManager.cs (2)
71set => _effectiveTheme = value; 78_effectiveTheme = await _effectiveThemeResolver.GetEffectiveThemeAsync(CancellationToken.None).ConfigureAwait(false);
3 references to _effectiveTheme
Aspire.Dashboard (3)
Model\ThemeManager.cs (3)
64if (_effectiveTheme == null) 69return _effectiveTheme; 76if (_effectiveTheme == null)