7 references to Action
dotnet (2)
Extensions\ParseResultExtensions.cs (1)
198
if (parseResult.
Action
is InvocableOptionAction { Terminating: true } optionAction)
Program.cs (1)
155
if (!(parseResult.
Action
is InvocableOptionAction { Terminating: true }))
System.CommandLine (5)
Invocation\InvocationPipeline.cs (4)
46
if (parseResult.
Action
is null)
51
switch (parseResult.
Action
)
83
throw new ArgumentOutOfRangeException(nameof(parseResult.
Action
));
120
switch (parseResult.
Action
)
ParseResult.cs (1)
304
if (
Action
is AsynchronousCommandLineAction)