2 implementations of ForegroundColor
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
32public ConsoleColor ForegroundColor
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
45public ConsoleColor ForegroundColor { get; set; }
1 write to ForegroundColor
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
40Console.ForegroundColor = color.Value;