1 write to XtermForegroundColorCode
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\AnsiParser.cs (1)
222newState.XtermForegroundColorCode = colorCode;
2 references to XtermForegroundColorCode
Aspire.Dashboard (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
483if (newState.XtermForegroundColorCode.HasValue) 485var colorValue = newState.XtermForegroundColorCode.Value;