Base:
method
Invoke
System.CommandLine.Invocation.SynchronousCommandLineAction.Invoke(System.CommandLine.ParseResult)
1 override of Invoke
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
279public override int Invoke(ParseResult parseResult)
1 reference to Invoke
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
292return base.Invoke(parseResult);