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