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