3 writes to BackgroundColor
InProcessWebSite (1)
src\Servers\IIS\IIS\test\testassets\InProcessWebSite\Program.cs (1)
85Console.BackgroundColor = ConsoleColor.Blue;
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
398Console.BackgroundColor = command.ConsoleConfiguration.BackgroundColor;
Microsoft.Extensions.Logging.Console (1)
AnsiParsingLogConsole.cs (1)
40System.Console.BackgroundColor = background.Value;
3 references to BackgroundColor
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
410consoleBackgroundColor = Console.BackgroundColor;
Logging\InProcessConsoleConfiguration.cs (1)
60return Console.BackgroundColor;
System.Console (1)
System\Console.cs (1)
528ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black, BackgroundColor);