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