9 references to ConsoleConfiguration
Microsoft.Build (9)
BackEnd\Node\OutOfProcServerNode.cs (9)
416
ConsoleConfiguration.Provider = command.
ConsoleConfiguration
;
422
(command.
ConsoleConfiguration
.AcceptAnsiColorCodes, command.
ConsoleConfiguration
.OutputIsScreen);
423
CommunicationsUtilities.Trace($"ConsoleConfigurationOverride: acceptAnsi={command.
ConsoleConfiguration
.AcceptAnsiColorCodes}, outputIsScreen={command.
ConsoleConfiguration
.OutputIsScreen}");
447
if (NativeMethodsShared.IsWindows && command.
ConsoleConfiguration
.BufferWidth > 0)
449
Console.BufferWidth = command.
ConsoleConfiguration
.BufferWidth;
452
if ((int)command.
ConsoleConfiguration
.BackgroundColor != -1)
454
Console.BackgroundColor = command.
ConsoleConfiguration
.BackgroundColor;