4 instantiations of HelpAction
aspire (3)
Commands\BaseCommand.cs (1)
207new HelpAction().Invoke(parseResult);
Commands\GroupedHelpAction.cs (1)
28return new HelpAction().Invoke(parseResult);
Commands\ResourceCommand.cs (1)
594private readonly HelpAction _defaultHelpAction = new();
System.CommandLine (1)
Help\HelpOption.cs (1)
43get => _action ??= new HelpAction();
5 references to HelpAction
aspire (1)
Commands\ResourceCommand.cs (1)
594private readonly HelpAction _defaultHelpAction = new();
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
471private readonly HelpAction _helpAction; 476_helpAction = (HelpAction)helpOption.Action;
ilc (2)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (2)
471private readonly HelpAction _helpAction; 476_helpAction = (HelpAction)helpOption.Action;