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