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