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