4 references to GetValue
Microsoft.DotNet.Cli.Definitions (3)
Commands\Package\PackageAddCommandDefinition.cs (1)
75if (result.Parent?.GetValue(PackageIdArgument).HasVersion == true)
Commands\Workload\WorkloadSearchVersionsCommandDefinition.cs (2)
46if (result.GetValue(Parent.WorkloadIdStubArgument) != null) 54string[] versionArguments = result.GetValue(WorkloadVersionArgument)?.ToArray() ?? [];
System.CommandLine (1)
ParseResult.cs (1)
125=> RootCommandResult.GetValue(argument);