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