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