3 references to IsTopLevelDotnetCommand
dotnet-aot (3)
src\sdk\src\Cli\dotnet\Extensions\ParseResultExtensions.cs (1)
139
|| (parseResult.
IsTopLevelDotnetCommand
() && string.IsNullOrEmpty(parseResult.GetValue(Parser.RootCommand.DotnetSubCommand)));
src\sdk\src\Cli\dotnet\ParserOptionActions.cs (2)
123
|| !parseResult.
IsTopLevelDotnetCommand
())
142
|| !parseResult.
IsTopLevelDotnetCommand
())