Base:
method
Invoke
System.CommandLine.Invocation.SynchronousCommandLineAction.Invoke(System.CommandLine.ParseResult)
7 references to Invoke
aspire (5)
Commands\BaseCommand.cs (1)
207
new HelpAction().
Invoke
(parseResult);
Commands\GroupedHelpAction.cs (1)
28
return new HelpAction().
Invoke
(parseResult);
Commands\ResourceCommand.cs (3)
601
var exitCode = _defaultHelpAction.
Invoke
(parseResult);
626
return _defaultHelpAction.
Invoke
(parseResult);
633
return _defaultHelpAction.
Invoke
(parseResult);
crossgen2 (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
482
int result = _helpAction.
Invoke
(parseResult);
ilc (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
482
int result = _helpAction.
Invoke
(parseResult);