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