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