Base:
method
Invoke
System.CommandLine.Invocation.SynchronousCommandLineAction.Invoke(System.CommandLine.ParseResult)
7 references to Invoke
aspire (5)
Commands\BaseCommand.cs (1)
221new HelpAction().Invoke(parseResult);
Commands\GroupedHelpAction.cs (1)
28return new HelpAction().Invoke(parseResult);
Commands\ResourceCommand.cs (3)
602var exitCode = _defaultHelpAction.Invoke(parseResult); 627return _defaultHelpAction.Invoke(parseResult); 634return _defaultHelpAction.Invoke(parseResult);
crossgen2 (1)
parent\parent\Common\CommandLineHelpers.cs (1)
482int result = _helpAction.Invoke(parseResult);
ilc (1)
parent\parent\Common\CommandLineHelpers.cs (1)
482int result = _helpAction.Invoke(parseResult);