Base:
method
Invoke
System.CommandLine.Invocation.SynchronousCommandLineAction.Invoke(System.CommandLine.ParseResult)
12 references to Invoke
aspire (10)
Commands\AgentCommand.cs (1)
39new HelpAction().Invoke(parseResult);
Commands\CacheCommand.cs (1)
31new HelpAction().Invoke(parseResult);
Commands\CertificatesCommand.cs (1)
32new HelpAction().Invoke(parseResult);
Commands\ConfigCommand.cs (1)
51new HelpAction().Invoke(parseResult);
Commands\DocsCommand.cs (1)
41new HelpAction().Invoke(parseResult);
Commands\GroupedHelpAction.cs (1)
28return new HelpAction().Invoke(parseResult);
Commands\McpCommand.cs (1)
48new HelpAction().Invoke(parseResult);
Commands\Sdk\SdkCommand.cs (1)
39new HelpAction().Invoke(parseResult);
Commands\SecretCommand.cs (1)
45new HelpAction().Invoke(parseResult);
Commands\TelemetryCommand.cs (1)
45new HelpAction().Invoke(parseResult);
crossgen2 (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
460int result = _helpAction.Invoke(parseResult);
ilc (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
460int result = _helpAction.Invoke(parseResult);