1 write to _defaultBackgroundColor
aspire (1)
src\Shared\ConsoleLogs\LogParser.cs (1)
15
_defaultBackgroundColor
= defaultBackgroundColor;
1 reference to _defaultBackgroundColor
aspire (1)
src\Shared\ConsoleLogs\LogParser.cs (1)
47
var conversionResult = AnsiParser.ConvertToHtml(updatedText, _residualState,
_defaultBackgroundColor
);