8 references to RootSubCommandResult
dotnet-aot (8)
src\sdk\src\Cli\dotnet\Extensions\ParseResultExtensions.cs (4)
23parseResult.CommandResult.Command.Equals(Parser.RootCommand) && string.IsNullOrEmpty(parseResult.RootSubCommandResult()); 137Parser.GetBuiltInCommand(parseResult.RootSubCommandResult()) != null 142string.IsNullOrEmpty(parseResult.RootSubCommandResult()) 143|| Parser.GetBuiltInCommand(parseResult.RootSubCommandResult()) != null;
src\sdk\src\Cli\dotnet\Telemetry\AllowListToSendFirstAppliedOptions.cs (1)
19var topLevelCommandNameFromParse = parseResult.RootSubCommandResult();
src\sdk\src\Cli\dotnet\Telemetry\AllowListToSendVerbSecondVerbFirstArgument.cs (1)
18var topLevelCommandNameFromParse = parseResult.RootSubCommandResult();
src\sdk\src\Cli\dotnet\Telemetry\TelemetryFilter.cs (1)
45var topLevelCommandName = parseResult.RootSubCommandResult();
src\sdk\src\Cli\dotnet\Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
19var topLevelCommandName = parseResult.RootSubCommandResult();