3 writes to BackgroundColor
InProcessWebSite (1)
Program.cs (1)
93
Console.
BackgroundColor
= ConsoleColor.Blue;
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
416
Console.
BackgroundColor
= command.ConsoleConfiguration.BackgroundColor;
Microsoft.Extensions.Logging.Console (1)
AnsiParsingLogConsole.cs (1)
40
System.Console.
BackgroundColor
= background.Value;
3 references to BackgroundColor
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
395
consoleBackgroundColor = Console.
BackgroundColor
;
Logging\InProcessConsoleConfiguration.cs (1)
60
return Console.
BackgroundColor
;
System.Console (1)
System\Console.cs (1)
529
ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black,
BackgroundColor
);