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