1 write to CommandLineText
System.CommandLine (1)
ParseResult.cs (1)
57CommandLineText = commandLineText;
4 references to CommandLineText
System.CommandLine (4)
Completions\CompletionAction.cs (1)
23string? rawInput = parseResult.CommandLineText;
Completions\CompletionContext.cs (1)
57string? rawInput = parseResult.CommandLineText;
ParseResult.cs (2)
115CommandLineText is null 117: new TextCompletionContext(this, CommandLineText);