1 write to InnerOption
aspire (1)
Commands\OptionWithLegacy.cs (1)
23InnerOption = new(optionName) { Description = description };
8 references to InnerOption
aspire (7)
Commands\OptionWithLegacy.cs (3)
40internal string Name => InnerOption.Name; 54options.Add(optionWithLegacy.InnerOption); 63=> parseResult.GetValue(optionWithLegacy.InnerOption) ?? parseResult.GetValue(optionWithLegacy.LegacyOption);
Commands\ResourceCommand.cs (1)
735var appHostOptionValue = GetOptionTokenValue(parseResult, s_appHostOption.InnerOption) ?? GetOptionTokenValue(parseResult, s_appHostOption.LegacyOption);
Commands\ResourceCommandHelpParser.cs (1)
28var appHostOptionValue = GetOptionTokenValue(parseResult, appHostOption.InnerOption) ?? GetOptionTokenValue(parseResult, appHostOption.LegacyOption);
Commands\RunCommand.cs (1)
225AppHostLauncher.s_appHostOption.InnerOption,
Commands\StartCommand.cs (1)
82AppHostLauncher.s_appHostOption.InnerOption,
Aspire.Cli.Tests (1)
Commands\ParseResultHelperTests.cs (1)
327AppHostLauncher.s_appHostOption.InnerOption,