3 implementations of ForegroundColor
dotnet-watch.Tests (2)
ConsoleReporterTests.cs (1)
43
public ConsoleColor
ForegroundColor
{ get; set; }
TestUtilities\TestConsole.cs (1)
20
public ConsoleColor
ForegroundColor
{ get; set; }
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
104
public ConsoleColor
ForegroundColor
4 writes to ForegroundColor
Microsoft.DotNet.HotReload.Watch (4)
UI\ConsoleInputReader.cs (2)
29
console.
ForegroundColor
= ConsoleColor.DarkGray;
89
console.
ForegroundColor
= color;
UI\ConsoleReporter.cs (2)
35
console.
ForegroundColor
= ConsoleColor.DarkGray;
41
console.
ForegroundColor
= color.Value;