Implemented interface member:
property
Choices
Microsoft.TemplateEngine.Abstractions.ITemplateParameter.Choices
1 write to Choices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
498
Choices
= parameterSymbol.Choices,
2 references to Choices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
RunnableProjectGenerator.cs (2)
386
if (param.EnableQuotelessLiterals && param.IsChoice() && param.
Choices
!= null)
388
foreach (string choiceKey in param.
Choices
.Keys)