3 implementations of ForegroundColor
dotnet-watch (1)
UI\PhysicalConsole.cs (1)
104
public ConsoleColor
ForegroundColor
dotnet-watch.Tests (2)
ConsoleReporterTests.cs (1)
43
public ConsoleColor
ForegroundColor
{ get; set; }
TestUtilities\TestConsole.cs (1)
20
public ConsoleColor
ForegroundColor
{ get; set; }
4 writes to ForegroundColor
dotnet-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;