4 references to s_publishSummaryScenarioDescriptions
aspire (4)
Commands\RenderCommand.cs (4)
194
return RenderPublishSummaryScenarios(
s_publishSummaryScenarioDescriptions
.Keys.Where(k => !StringComparers.CommandName.Equals(k, "publish-summary-all")));
198
if (
s_publishSummaryScenarioDescriptions
.ContainsKey(choice))
216
foreach (var choice in s_choices.Where(choice => !
s_publishSummaryScenarioDescriptions
.ContainsKey(choice.Key)))
223
foreach (var scenario in
s_publishSummaryScenarioDescriptions
)