1 implementation of ForegroundColor
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
129public ConsoleColor ForegroundColor
4 writes to ForegroundColor
Microsoft.DotNet.HotReload.Watch (4)
UI\ConsoleInputReader.cs (2)
31console.ForegroundColor = ConsoleColor.DarkGray; 91console.ForegroundColor = color;
UI\ConsoleReporter.cs (2)
27console.ForegroundColor = ConsoleColor.DarkGray; 33console.ForegroundColor = color.Value;