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