2 references to BackgroundColor
Microsoft.Build (2)
Logging\BaseConsoleLogger.cs (2)
308
Console.ForegroundColor = TransformColor(c, ConsoleConfiguration.
BackgroundColor
);
421
ConsoleColor c = ConsoleConfiguration.
BackgroundColor
;