2 references to IsTemplateAllowed
Microsoft.TemplateEngine.Cli (2)
Commands\create\TemplateCommand.cs (1)
140
if (templateConstraints.
IsTemplateAllowed
())
Commands\Extensions.cs (1)
58
return results.Where(r => r.Result.
IsTemplateAllowed
()).Select(r => r.Template).Cast<CliTemplateInfo>();