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