6 references to ConsoleConfiguration
Microsoft.Build (6)
BackEnd\Node\OutOfProcServerNode.cs (1)
376ConsoleConfiguration.Provider = command.ConsoleConfiguration;
Logging\BaseConsoleLogger.cs (3)
265runningWithCharacterFileType = NativeMethodsShared.IsWindows && ConsoleConfiguration.OutputIsScreen; 308Console.ForegroundColor = TransformColor(c, ConsoleConfiguration.BackgroundColor); 421ConsoleColor c = ConsoleConfiguration.BackgroundColor;
Logging\ConsoleLogger.cs (1)
144preferConsoleColor = ConsoleConfiguration.AcceptAnsiColorCodes;
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
88_bufferWidth = ConsoleConfiguration.BufferWidth;