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