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