2 writes to SetForegroundColor
xunit.console (2)
common\ConsoleHelper.cs (2)
18
SetForegroundColor
= SetForegroundColorConsole;
23
SetForegroundColor
= SetForegroundColorANSI;
6 references to SetForegroundColor
xunit.console (6)
ConsoleRunner.cs (5)
106
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Red);
113
ConsoleHelper.
SetForegroundColor
(ConsoleColor.DarkGray);
165
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Yellow);
440
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Red);
442
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Gray);
Sinks\DiagnosticMessageSink.cs (1)
42
ConsoleHelper.
SetForegroundColor
(displayColor);