2 writes to BackgroundColor
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
237
newState.
BackgroundColor
= (color != defaultBackgroundColor) ? color : null;
241
newState.
BackgroundColor
= null;
2 references to BackgroundColor
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
465
if (newState.
BackgroundColor
.HasValue)
539
return state.
BackgroundColor
switch