2 references to s_localhostTldOption
aspire (2)
Templating\DotNetTemplateFactory.cs (2)
234
var useLocalhostTld = result.GetValue(
s_localhostTldOption
);
347
command.Options.Add(
s_localhostTldOption
);