1 implementation of SetForegroundColor
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
95
public void
SetForegroundColor
(ConsoleColor color)
2 references to SetForegroundColor
dotnet (2)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (2)
28
Console.
SetForegroundColor
(ToConsoleColor(color));
38
Console.
SetForegroundColor
(_defaultForegroundColor);