5 references to ConsoleConfiguration
Microsoft.Build (5)
BackEnd\Node\OutOfProcServerNode.cs (5)
394ConsoleConfiguration.Provider = command.ConsoleConfiguration; 409if (NativeMethodsShared.IsWindows && command.ConsoleConfiguration.BufferWidth > 0) 411Console.BufferWidth = command.ConsoleConfiguration.BufferWidth; 414if ((int)command.ConsoleConfiguration.BackgroundColor != -1) 416Console.BackgroundColor = command.ConsoleConfiguration.BackgroundColor;