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