3 references to Types
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.Help.cs (2)
226if (templateGroup.Types.Count <= 1) 234foreach (string? type in templateGroup.Types)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
200new { Option = typeOption, Condition = matchInfos.All(mi => !mi.IsTypeMatch), AllowedValues = templateGroup.Types },