2 instantiations of TextCompletionContext
System.CommandLine (2)
Completions\TextCompletionContext.cs (1)
41
new
(ParseResult, CommandLineText, position);
ParseResult.cs (1)
117
: new
TextCompletionContext
(this, CommandLineText);
7 references to TextCompletionContext
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.TabCompletion.cs (2)
44
TextCompletionContext
context)
102
if (context is not
TextCompletionContext
textCompletionContext)
Commands\NewCommand.cs (1)
18
if (context is not
TextCompletionContext
textCompletionContext)
System.CommandLine (4)
Completions\TextCompletionContext.cs (2)
37
/// Creates a new instance of <see cref="
TextCompletionContext
"/> at the specified cursor position.
40
public
TextCompletionContext
AtCursorPosition(int position) =>
ParseResult.cs (2)
246
context is
TextCompletionContext
tcc)
384
if (completionContext is
TextCompletionContext
textCompletionContext)