2 references to ParseTemplateOption_Error_InvalidCount
Microsoft.TemplateEngine.Cli (2)
ChoiceTemplateParameter.cs (1)
148
argumentResult.AddError(string.Format(LocalizableStrings.
ParseTemplateOption_Error_InvalidCount
, or.IdentifierToken?.Value, argumentResult.Tokens.Count));
CliTemplateParameter.cs (1)
386
argumentResult.AddError(string.Format(LocalizableStrings.
ParseTemplateOption_Error_InvalidCount
, or.IdentifierToken?.Value, argumentResult.Tokens.Count));