3 writes to Choices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\ParameterSymbol.cs (3)
69
Choices
= choicesAndDescriptions;
87
Choices
= cloneFrom.Choices;
162
Choices
= new Dictionary<string, ParameterChoice>()
7 references to Choices
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (7)
ConfigModel\ParameterSymbol.cs (4)
42
foreach (JsonObject choiceObject in jObject.Items<JsonObject>(nameof(
Choices
)))
87
Choices = cloneFrom.
Choices
;
176
if (
Choices
== null)
181
foreach (KeyValuePair<string, ParameterChoice> choice in
Choices
)
ConfigModel\TemplateConfigModel.cs (1)
498
Choices = parameterSymbol.
Choices
,
Validation\MandatoryValidationFactory.cs (2)
50
ps.
Choices
.Where(c => !c.Key.IsValidMultiValueParameterValue())
55
.Where(p => p.
Choices
.Any(c => !c.Key.IsValidMultiValueParameterValue()))),