2 writes to ForegroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
227newState.ForegroundColor = color; 241newState.ForegroundColor = null;
2 references to ForegroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
456if (newState.ForegroundColor.HasValue) 519return state.ForegroundColor switch