2 writes to AllowMultipleValues
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\ParameterSymbol.cs (2)
70
AllowMultipleValues
= jObject.ToBool(nameof(AllowMultipleValues));
88
AllowMultipleValues
= cloneFrom.AllowMultipleValues;
4 references to AllowMultipleValues
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
ConfigModel\ParameterSymbol.cs (2)
70
AllowMultipleValues = jObject.ToBool(nameof(
AllowMultipleValues
));
88
AllowMultipleValues = cloneFrom.
AllowMultipleValues
;
ConfigModel\TemplateConfigModel.cs (1)
502
AllowMultipleValues = parameterSymbol.
AllowMultipleValues
,
Validation\MandatoryValidationFactory.cs (1)
54
.Where(p => p.
AllowMultipleValues
)