2 writes to ForegroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
227
newState.
ForegroundColor
= color;
241
newState.
ForegroundColor
= null;
2 references to ForegroundColor
aspire (2)
src\Shared\ConsoleLogs\AnsiParser.cs (2)
456
if (newState.
ForegroundColor
.HasValue)
519
return state.
ForegroundColor
switch