2 writes to BackgroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
233newState.BackgroundColor = (color != defaultBackgroundColor) ? color : null; 237newState.BackgroundColor = null;
2 references to BackgroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
461if (newState.BackgroundColor.HasValue) 535return state.BackgroundColor switch