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