6 types derived from AsynchronousCommandLineAction
dotnet-format (4)
Commands\FormatAnalyzersCommand.cs (1)
29private class FormatAnalyzersHandler : AsynchronousCommandLineAction
Commands\FormatStyleCommand.cs (1)
29private class FormatStyleHandler : AsynchronousCommandLineAction
Commands\FormatWhitespaceCommand.cs (1)
60private class FormatWhitespaceHandler : AsynchronousCommandLineAction
Commands\RootFormatCommand.cs (1)
32private class FormatCommandDefaultHandler : AsynchronousCommandLineAction
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
233private sealed class CommandAction : AsynchronousCommandLineAction
System.CommandLine (1)
Invocation\AnonymousAsynchronousCommandLineAction.cs (1)
9internal sealed class AnonymousAsynchronousCommandLineAction : AsynchronousCommandLineAction
7 references to AsynchronousCommandLineAction
dotnet (1)
Commands\DotNetCommandFactory.cs (1)
39if (command?.Action is AsynchronousCommandLineAction action)
System.CommandLine (6)
Invocation\InvocationPipeline.cs (3)
33case AsynchronousCommandLineAction asyncAction: 57case AsynchronousCommandLineAction asyncAction: 130throw new InvalidOperationException($"{nameof(AsynchronousCommandLineAction)} called within non-async invocation.");
Invocation\ParseErrorAction.cs (1)
81case AsynchronousCommandLineAction asyncAction:
ParseResult.cs (2)
304if (Action is AsynchronousCommandLineAction) 313if (action is AsynchronousCommandLineAction)