1 write to _defaultForegroundColor
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
19
=>
_defaultForegroundColor
= IsForegroundColorNotSupported() ? ConsoleColor.Black : console.GetForegroundColor();
3 references to _defaultForegroundColor
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (3)
38
Console.SetForegroundColor(
_defaultForegroundColor
);
62
TerminalColor.Default =>
_defaultForegroundColor
,
71
_ =>
_defaultForegroundColor
,