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