3 references to SetForegroundColor
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (3)
348
Console.
SetForegroundColor
(ConsoleColor.Red);
393
Console.
SetForegroundColor
(diagnostic.Severity == DiagnosticSeverity.Error ? ConsoleColor.Red : ConsoleColor.Yellow);
400
Console.
SetForegroundColor
(ConsoleColor.DarkRed);