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