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