2 implementations of BackgroundColor
Microsoft.Build (2)
Logging\InProcessConsoleConfiguration.cs (1)
52public ConsoleColor BackgroundColor
Logging\TargetConsoleConfiguration.cs (1)
41public ConsoleColor BackgroundColor => _backgroundColor;
1 reference to BackgroundColor
Microsoft.Build (1)
Logging\ConsoleConfiguration.cs (1)
56public static ConsoleColor BackgroundColor => Provider.BackgroundColor;