2 references to RowHeader_Type
Microsoft.TemplateEngine.Cli (2)
CliTemplateParameter.cs (2)
472
displayValue.AppendLine(string.Format(HelpStrings.
RowHeader_Type
, string.IsNullOrWhiteSpace(DataType) ? "choice" : DataType));
490
displayValue.AppendLine(string.Format(HelpStrings.
RowHeader_Type
, string.IsNullOrWhiteSpace(DataType) ? "string" : DataType));