2 writes to _backgroundColor
Microsoft.Build (2)
Logging\TargetConsoleConfiguration.cs (2)
25_backgroundColor = backgroundColor; 48translator.TranslateEnum(ref _backgroundColor, (int)_backgroundColor);
2 references to _backgroundColor
Microsoft.Build (2)
Logging\TargetConsoleConfiguration.cs (2)
41public ConsoleColor BackgroundColor => _backgroundColor; 48translator.TranslateEnum(ref _backgroundColor, (int)_backgroundColor);