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