9 references to ConsoleConfiguration
Microsoft.Build (9)
BackEnd\Node\OutOfProcServerNode.cs (9)
433
ConsoleConfiguration.Provider = command.
ConsoleConfiguration
;
439
(command.
ConsoleConfiguration
.AcceptAnsiColorCodes, command.
ConsoleConfiguration
.OutputIsScreen);
440
CommunicationsUtilities.Trace($"ConsoleConfigurationOverride: acceptAnsi={command.
ConsoleConfiguration
.AcceptAnsiColorCodes}, outputIsScreen={command.
ConsoleConfiguration
.OutputIsScreen}");
464
if (NativeMethodsShared.IsWindows && command.
ConsoleConfiguration
.BufferWidth > 0)
466
Console.BufferWidth = command.
ConsoleConfiguration
.BufferWidth;
469
if ((int)command.
ConsoleConfiguration
.BackgroundColor != -1)
471
Console.BackgroundColor = command.
ConsoleConfiguration
.BackgroundColor;