Implemented interface member:
property
BackgroundColor
Microsoft.Build.BackEnd.Logging.IConsoleConfiguration.BackgroundColor
2 references to BackgroundColor
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
396
if ((int)command.ConsoleConfiguration.
BackgroundColor
!= -1)
398
Console.BackgroundColor = command.ConsoleConfiguration.
BackgroundColor
;