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