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