2 writes to BackgroundColor
InProcessWebSite (1)
Program.cs (1)
93
Console.
BackgroundColor
= ConsoleColor.Blue;
Microsoft.Extensions.Logging.Console (1)
AnsiParsingLogConsole.cs (1)
40
System.Console.
BackgroundColor
= background.Value;
1 reference to BackgroundColor
System.Console (1)
System\Console.cs (1)
528
ConsolePal.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop, ' ', ConsoleColor.Black,
BackgroundColor
);