2 writes to AllowMultipleValues
Microsoft.TemplateEngine.Cli (2)
CliTemplateParameter.cs (2)
58
AllowMultipleValues
= parameter.AllowMultipleValues;
108
AllowMultipleValues
= other.AllowMultipleValues;
6 references to AllowMultipleValues
Microsoft.TemplateEngine.Cli (6)
ChoiceTemplateParameter.cs (3)
78
Arity = new ArgumentArity(DefaultIfOptionWithoutValue == null ? 1 : 0,
AllowMultipleValues
? _choices.Count : 1),
79
AllowMultipleArgumentsPerToken =
AllowMultipleValues
145
else if (!parameter.
AllowMultipleValues
&& argumentResult.Tokens.Count != 1)
CliTemplateParameter.cs (3)
108
AllowMultipleValues = other.
AllowMultipleValues
;
492
if (
AllowMultipleValues
)
494
displayValue.AppendLine(string.Format(HelpStrings.RowHeader_AllowMultiValue,
AllowMultipleValues
));