5 references to ConsoleConfiguration
Microsoft.Build (5)
BackEnd\Node\OutOfProcServerNode.cs (5)
402
ConsoleConfiguration.Provider = command.
ConsoleConfiguration
;
417
if (NativeMethodsShared.IsWindows && command.
ConsoleConfiguration
.BufferWidth > 0)
419
Console.BufferWidth = command.
ConsoleConfiguration
.BufferWidth;
422
if ((int)command.
ConsoleConfiguration
.BackgroundColor != -1)
424
Console.BackgroundColor = command.
ConsoleConfiguration
.BackgroundColor;