3 references to s_localhostTldOption
aspire (3)
Templating\CliTemplateFactory.cs (2)
78static cmd => AddOptionIfMissing(cmd, s_localhostTldOption), 89static cmd => AddOptionIfMissing(cmd, s_localhostTldOption),
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
94var useLocalhostTld = parseResult.GetValue(s_localhostTldOption);