9 references to ConsoleConfiguration
Microsoft.Build (9)
BackEnd\Node\OutOfProcServerNode.cs (9)
408
ConsoleConfiguration.Provider = command.
ConsoleConfiguration
;
414
(command.
ConsoleConfiguration
.AcceptAnsiColorCodes, command.
ConsoleConfiguration
.OutputIsScreen);
415
CommunicationsUtilities.Trace($"ConsoleConfigurationOverride: acceptAnsi={command.
ConsoleConfiguration
.AcceptAnsiColorCodes}, outputIsScreen={command.
ConsoleConfiguration
.OutputIsScreen}");
439
if (NativeMethodsShared.IsWindows && command.
ConsoleConfiguration
.BufferWidth > 0)
441
Console.BufferWidth = command.
ConsoleConfiguration
.BufferWidth;
444
if ((int)command.
ConsoleConfiguration
.BackgroundColor != -1)
446
Console.BackgroundColor = command.
ConsoleConfiguration
.BackgroundColor;