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