4 writes to BackgroundColor
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
99
=> Console.
BackgroundColor
= color;
InProcessWebSite (1)
Program.cs (1)
93
Console.
BackgroundColor
= ConsoleColor.Blue;
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
401
Console.
BackgroundColor
= command.ConsoleConfiguration.BackgroundColor;
Microsoft.Extensions.Logging.Console (1)
AnsiParsingLogConsole.cs (1)
40
System.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)
395
consoleBackgroundColor = Console.
BackgroundColor
;
Logging\InProcessConsoleConfiguration.cs (1)
60
return Console.
BackgroundColor
;
System.Console (1)
System\Console.cs (1)
528
ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black,
BackgroundColor
);