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