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)
38Console.SetForegroundColor(_defaultForegroundColor); 62TerminalColor.Default => _defaultForegroundColor, 71_ => _defaultForegroundColor,