1 write to XtermBackgroundColorCode
Aspire.Hosting (1)
src\Shared\ConsoleLogs\AnsiParser.cs (1)
218newState.XtermBackgroundColorCode = colorCode;
2 references to XtermBackgroundColorCode
Aspire.Hosting (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
492if (newState.XtermBackgroundColorCode.HasValue) 494var colorValue = newState.XtermBackgroundColorCode.Value;