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