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