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