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