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