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