4 references to IsTemplateMatch
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.NoMatchHandling.cs (3)
18IEnumerable<TemplateResult> templatesToAnalyze = templates.Where(template => template.IsTemplateMatch); 90templates = templates.Where(template => template.IsTemplateMatch); 132if (!matchInfos.Any(mi => mi.IsTemplateMatch))
Commands\create\TemplateResult.cs (1)
49if (templateCommand.LanguageOption != null && result.IsTemplateMatch)