2 references to Invoke
dotnet-aot (2)
parent\dotnet\CommandInvocation.cs (1)
34exitCode = Parser.Invoke(parseResult);
parent\dotnet\Parser.cs (1)
359public static int Invoke(string[] args) => Invoke(Parse(args));