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