4 references to Name
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.cs (1)
150.DefineColumn(t => t.Name, LocalizableStrings.ColumnNameTemplateName, shrinkIfNeeded: true, minWidth: 15, showAlways: true)
TemplateResolution\CliFilters.cs (3)
38/// The fields to be compared are <see cref="TemplateGroup.Name"/> and <see cref="TemplateGroup.ShortNames"/>. 51int nameIndex = templateGroup.Name.IndexOf(name, StringComparison.CurrentCultureIgnoreCase); 53if (nameIndex == 0 && templateGroup.Name.Length == name.Length)