4 writes to BackgroundColor
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
99=> Console.BackgroundColor = color;
InProcessWebSite (1)
Program.cs (1)
93Console.BackgroundColor = ConsoleColor.Blue;
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
401Console.BackgroundColor = command.ConsoleConfiguration.BackgroundColor;
Microsoft.Extensions.Logging.Console (1)
AnsiParsingLogConsole.cs (1)
40System.Console.BackgroundColor = background.Value;
4 references to BackgroundColor
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
105=> Console.BackgroundColor;
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
395consoleBackgroundColor = 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);