1 write to InnerOption
aspire (1)
Commands\OptionWithLegacy.cs (1)
23InnerOption = new(optionName) { Description = description };
3 references to InnerOption
aspire (3)
Commands\OptionWithLegacy.cs (3)
40internal string Name => InnerOption.Name; 54options.Add(optionWithLegacy.InnerOption); 63=> parseResult.GetValue(optionWithLegacy.InnerOption) ?? parseResult.GetValue(optionWithLegacy.LegacyOption);