1 override of SetForegroundColor
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
TestConsoleIO.cs (1)
33
public override void
SetForegroundColor
(ConsoleColor consoleColor) => ((Writer)Out).CurrentColor = consoleColor;
3 references to SetForegroundColor
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (3)
338
_console.
SetForegroundColor
(ConsoleColor.Red);
383
_console.
SetForegroundColor
(diagnostic.Severity == DiagnosticSeverity.Error ? ConsoleColor.Red : ConsoleColor.Yellow);
390
_console.
SetForegroundColor
(ConsoleColor.DarkRed);