1 write to OriginalForegroundColor
Microsoft.DotNet.Cli.Utils (1)
AnsiConsole.cs (1)
15OriginalForegroundColor = Console.ForegroundColor;
2 references to OriginalForegroundColor
Microsoft.DotNet.Cli.Utils (2)
AnsiConsole.cs (2)
16_boldRecursion = ((int)OriginalForegroundColor & Light) != 0 ? 1 : 0; 143Console.ForegroundColor = OriginalForegroundColor;