3 references to Light
Microsoft.DotNet.Cli.Utils (3)
AnsiConsole.cs (3)
16_boldRecursion = ((int)OriginalForegroundColor & Light) != 0 ? 1 : 0; 48_boldRecursion > 0 ? (ConsoleColor)(c | Light) : // ensure color is light 49(ConsoleColor)(c & ~Light); // ensure color is dark