3 writes to ConsoleColor
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1087
var yellow = new SystemConsoleColor {
ConsoleColor
= ConsoleColor.Yellow };
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
34
new SystemConsoleColor() {
ConsoleColor
= ConsoleColor.Yellow });
45
new SystemConsoleColor() {
ConsoleColor
= ConsoleColor.Yellow });
1 reference to ConsoleColor
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
861
terminal.SetColor(ToTerminalColor(color.
ConsoleColor
));