9 references to DarkYellow
HttpStress (1)
Program.cs (1)
763
Console.ForegroundColor = ConsoleColor.
DarkYellow
;
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
167
ConsoleColor.
DarkYellow
=> "\x1B[33m",
187
ConsoleColor.
DarkYellow
=> "\x1B[43m",
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
346
case ConsoleColor.
DarkYellow
: colorString += "33"; break;
Microsoft.Extensions.Logging.Console (4)
AnsiParser.cs (4)
140
ConsoleColor.
DarkYellow
=> "\e[33m",
163
ConsoleColor.
DarkYellow
=> "\e[43m",
179
33 => isBright ? ConsoleColor.Yellow : ConsoleColor.
DarkYellow
,
196
43 => ConsoleColor.
DarkYellow
,
xunit.console (1)
common\ConsoleHelper.cs (1)
38
case ConsoleColor.
DarkYellow
: colorString += "33"; break;