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