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