1 implementation of GetForegroundColor
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
101
public ConsoleColor
GetForegroundColor
()
1 reference to GetForegroundColor
dotnet (1)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
19
=> _defaultForegroundColor = IsForegroundColorNotSupported() ? ConsoleColor.Black : console.
GetForegroundColor
();