9 references to ParserState
Aspire.Hosting (9)
src\Shared\ConsoleLogs\AnsiParser.cs (9)
71
public static ConversionResult ConvertToHtml(string? text,
ParserState
? priorResidualState = null, ConsoleColor? defaultBackgroundColor = null)
83
ParserState
currentState = default;
84
var
newState = priorResidualState ?? default;
204
private static void ProcessParameters(ConsoleColor? defaultBackgroundColor, ref
ParserState
newState, int[] parameters)
449
private static string ProcessStateChange(
ParserState
currentState,
ParserState
newState)
521
private static string? GetForegroundColorClass(
ParserState
state)
537
private static string? GetBackgroundColorClass(
ParserState
state)
877
public readonly record struct ConversionResult(string? ConvertedText,
ParserState
ResidualState);