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