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)
102
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Red);
109
ConsoleHelper.
SetForegroundColor
(ConsoleColor.DarkGray);
161
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Yellow);
434
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Red);
436
ConsoleHelper.
SetForegroundColor
(ConsoleColor.Gray);
Sinks\DiagnosticMessageSink.cs (1)
39
ConsoleHelper.
SetForegroundColor
(displayColor);