4 references to s_sourceOption
aspire (4)
Commands\NewCommand.cs (3)
88Options.Add(s_sourceOption); 134if (!string.IsNullOrWhiteSpace(parseResult.GetValue(s_sourceOption))) 497var source = parseResult.GetValue(s_sourceOption);
Commands\TemplateCommand.cs (1)
31if (!string.IsNullOrWhiteSpace(parseResult.GetValue(NewCommand.s_sourceOption)))