5 references to ConsoleConfiguration
Microsoft.Build (5)
BackEnd\Node\OutOfProcServerNode.cs (5)
402ConsoleConfiguration.Provider = command.ConsoleConfiguration; 417if (NativeMethodsShared.IsWindows && command.ConsoleConfiguration.BufferWidth > 0) 419Console.BufferWidth = command.ConsoleConfiguration.BufferWidth; 422if ((int)command.ConsoleConfiguration.BackgroundColor != -1) 424Console.BackgroundColor = command.ConsoleConfiguration.BackgroundColor;