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