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