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