2 writes to ForegroundColor
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
231
newState.
ForegroundColor
= color;
245
newState.
ForegroundColor
= null;
2 references to ForegroundColor
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
460
if (newState.
ForegroundColor
.HasValue)
523
return state.
ForegroundColor
switch