2 instantiations of SuggestDirective
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
116
Directives.Add(new
SuggestDirective
());
System.CommandLine (1)
RootCommand.cs (1)
37
new
SuggestDirective
()
2 references to SuggestDirective
System.CommandLine (2)
Completions\CompletionAction.cs (2)
15
private readonly
SuggestDirective
_directive;
17
internal CompletionAction(
SuggestDirective
suggestDirective) => _directive = suggestDirective;