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"/>.
51
int nameIndex = templateGroup.
Name
.IndexOf(name, StringComparison.CurrentCultureIgnoreCase);
53
if (nameIndex == 0 && templateGroup.
Name
.Length == name.Length)