3 references to GetBuiltInCommand
dotnet-aot (3)
parent\dotnet\Commands\DotNetCommandFactory.cs (1)
40var command = Parser.GetBuiltInCommand(commandName);
parent\dotnet\Extensions\ParseResultExtensions.cs (2)
135Parser.GetBuiltInCommand(parseResult.RootSubCommandResult()) != null 141|| Parser.GetBuiltInCommand(parseResult.RootSubCommandResult()) != null;