2 references to FilterTemplatesByPreferredLanguage
Microsoft.TemplateEngine.Cli (2)
TemplateResolution\TemplateGroupMatchInfo.cs (2)
152
return
FilterTemplatesByPreferredLanguage
(_templateMatchInfos.Where(template => TemplateInfoMatch(template) && TemplateParametersMatch(template)));
312
IEnumerable<ITemplateMatchInfo> templatesToCheck =
FilterTemplatesByPreferredLanguage
(TemplateMatchInfosWithMatchingParameters);