13 types derived from SynchronousCommandLineAction
aspire (1)
Commands\GroupedHelpAction.cs (1)
15
internal sealed class GroupedHelpAction(Command rootCommand, IAnsiConsole ansiConsole) :
SynchronousCommandLineAction
crossgen2 (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
447
private sealed class CustomizedHelpAction :
SynchronousCommandLineAction
dotnet (3)
Commands\Workload\WorkloadCommandParser.cs (2)
54
private sealed class ShowWorkloadsInfoAction :
SynchronousCommandLineAction
66
private sealed class ShowWorkloadsVersionOption :
SynchronousCommandLineAction
ParserOptionActions.cs (1)
20
internal abstract class InvocableOptionAction(Option option) :
SynchronousCommandLineAction
ilc (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
447
private sealed class CustomizedHelpAction :
SynchronousCommandLineAction
System.CommandLine (7)
Completions\CompletionAction.cs (1)
13
internal sealed class CompletionAction :
SynchronousCommandLineAction
EnvironmentVariablesDirective.cs (1)
28
private sealed class EnvironmentVariablesDirectiveAction :
SynchronousCommandLineAction
Help\HelpAction.cs (1)
8
public sealed class HelpAction :
SynchronousCommandLineAction
Invocation\AnonymousSynchronousCommandLineAction.cs (1)
6
internal sealed class AnonymousSynchronousCommandLineAction :
SynchronousCommandLineAction
Invocation\ParseErrorAction.cs (1)
15
public sealed class ParseErrorAction :
SynchronousCommandLineAction
Parsing\ParseDiagramAction.cs (1)
15
internal sealed class ParseDiagramAction :
SynchronousCommandLineAction
VersionOption.cs (1)
70
private sealed class VersionOptionAction :
SynchronousCommandLineAction
5 references to SynchronousCommandLineAction
System.CommandLine (5)
Invocation\InvocationPipeline.cs (4)
30
case
SynchronousCommandLineAction
syncAction:
53
case
SynchronousCommandLineAction
syncAction:
108
if (parseResult.PreActions[i] is
SynchronousCommandLineAction
syncPreAction)
125
case
SynchronousCommandLineAction
syncAction:
Invocation\ParseErrorAction.cs (1)
77
case
SynchronousCommandLineAction
syncAction: