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