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