12 references to DarkGray
dotnet-dev-certs (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
dotnet-getdocument (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
dotnet-openapi (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
dotnet-sql-cache (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
dotnet-user-secrets (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
GetDocument.Insider (1)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
73
WriteLine(Console.Out, message, ConsoleColor.
DarkGray
);
HttpStress (1)
Program.cs (1)
772
Console.ForegroundColor = ConsoleColor.
DarkGray
;
xunit.console (4)
common\ConsoleHelper.cs (1)
40
case ConsoleColor.
DarkGray
: colorString += "30;1"; break;
ConsoleRunner.cs (1)
113
ConsoleHelper.SetForegroundColor(ConsoleColor.
DarkGray
);
Sinks\DiagnosticMessageSink.cs (2)
30
=> new DiagnosticMessageSink(consoleLock, null, showDiagnostics, noColor, ConsoleColor.
DarkGray
);
33
=> new DiagnosticMessageSink(consoleLock, assemblyDisplayName, showDiagnostics, noColor, ConsoleColor.
DarkGray
);