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