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