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