3 writes to DataType
Microsoft.TemplateEngine.Cli (3)
CliTemplateParameter.cs (3)
42DataType = parameter.DataType; 88DataType = ParameterTypeToString(Type); 100DataType = other.DataType;
5 references to DataType
Microsoft.TemplateEngine.Cli (5)
CliTemplateParameter.cs (5)
100DataType = other.DataType; 472displayValue.AppendLine(string.Format(HelpStrings.RowHeader_Type, string.IsNullOrWhiteSpace(DataType) ? "choice" : DataType)); 490displayValue.AppendLine(string.Format(HelpStrings.RowHeader_Type, string.IsNullOrWhiteSpace(DataType) ? "string" : DataType));