11 references to GetValue
aspire (5)
Commands\BaseCommand.cs (2)
313var nonInteractive = result.GetValue(RootCommand.NonInteractiveOption); 314var yes = result.GetValue(yesOption);
Commands\DoCommand.cs (1)
36var listSteps = result.GetValue(s_listStepsOption);
Commands\LsCommand.cs (2)
64if (result.GetValue(s_streamOption) && result.GetValue(s_formatOption) != OutputFormat.Json)
dotnet-format (4)
Commands\FormatWhitespaceCommand.cs (4)
32var folder = symbolResult.GetValue(FolderOption); 33var noRestore = symbolResult.GetValue(NoRestoreOption); 42var folder = symbolResult.GetValue(FolderOption); 52var folder = symbolResult.GetValue(FolderOption);
Microsoft.DotNet.Cli.CommandLine (1)
ResultNavigationExtensions.cs (1)
30return optionResult.GetValue(optionToGet);
System.CommandLine (1)
ParseResult.cs (1)
133=> RootCommandResult.GetValue(option);