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