11 instantiations of HelpAction
aspire (10)
Commands\AgentCommand.cs (1)
39
new
HelpAction
().Invoke(parseResult);
Commands\CacheCommand.cs (1)
31
new
HelpAction
().Invoke(parseResult);
Commands\CertificatesCommand.cs (1)
32
new
HelpAction
().Invoke(parseResult);
Commands\ConfigCommand.cs (1)
51
new
HelpAction
().Invoke(parseResult);
Commands\DocsCommand.cs (1)
41
new
HelpAction
().Invoke(parseResult);
Commands\GroupedHelpAction.cs (1)
28
return new
HelpAction
().Invoke(parseResult);
Commands\McpCommand.cs (1)
48
new
HelpAction
().Invoke(parseResult);
Commands\Sdk\SdkCommand.cs (1)
39
new
HelpAction
().Invoke(parseResult);
Commands\SecretCommand.cs (1)
45
new
HelpAction
().Invoke(parseResult);
Commands\TelemetryCommand.cs (1)
45
new
HelpAction
().Invoke(parseResult);
System.CommandLine (1)
Help\HelpOption.cs (1)
43
get => _action ??= new
HelpAction
();
4 references to HelpAction
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
449
private readonly
HelpAction
_helpAction;
454
_helpAction = (
HelpAction
)helpOption.Action;
ilc (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
449
private readonly
HelpAction
_helpAction;
454
_helpAction = (
HelpAction
)helpOption.Action;