3 writes to BackgroundColor
InProcessWebSite (1)
src\Servers\IIS\IIS\test\testassets\InProcessWebSite\Program.cs (1)
85
Console.
BackgroundColor
= ConsoleColor.Blue;
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
398
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)
410
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
);