7 references to GetValue
aspire (3)
Commands\DoCommand.cs (1)
35
var step = result.
GetValue
(_stepArgument);
Commands\ResourceCommand.cs (2)
100
var resourceName = result.
GetValue
(s_resourceArgument);
107
var commandName = result.
GetValue
(s_commandArgument);
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
string[] versionArguments = result.
GetValue
(WorkloadVersionArgument)?.ToArray() ?? [];
System.CommandLine (1)
ParseResult.cs (1)
125
=> RootCommandResult.
GetValue
(argument);