3 references to IsForegroundColorNotSupported
dotnet (3)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (3)
19
=> _defaultForegroundColor =
IsForegroundColorNotSupported
() ? ConsoleColor.Black : console.GetForegroundColor();
23
if (
IsForegroundColorNotSupported
())
33
if (
IsForegroundColorNotSupported
())