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