6 references to GetResult
crossgen2 (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
274ArgumentResult argumentResult = res.GetResult(argument);
dotnet (3)
Commands\Tool\Update\ToolUpdateCommand.cs (1)
70if (parseResult.GetResult(Definition.PackageIdentityArgument) is not null)
Extensions\ParseResultExtensions.cs (1)
138_ => parseResult.GetResult(Parser.RootCommand.DotnetSubCommand)?.GetValueOrDefault<string>()
Program.cs (1)
336if (parseResult.GetResult(Parser.RootCommand.DotnetSubCommand) is { Tokens: [{ Type: TokenType.Argument, Value: { } } unmatchedCommandOrFile] }
ilc (1)
src\runtime\src\coreclr\tools\Common\CommandLineHelpers.cs (1)
274ArgumentResult argumentResult = res.GetResult(argument);
Microsoft.TemplateEngine.Cli (1)
Commands\install\InstallCommandArgs.cs (1)
13var nameResult = parseResult.GetResult(installCommand.Definition.NameArgument);