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