2 references to GetTemplateMatchInfo
Microsoft.TemplateEngine.Cli (1)
TemplateResolution\TemplateGroupMatchInfo.cs (1)
218
IReadOnlyCollection<ITemplateMatchInfo> templateMatchDispositions = TemplateListFilter.
GetTemplateMatchInfo
(group.Templates, x => true, templateInfoFilters.ToArray());
Microsoft.TemplateEngine.Edge (1)
Settings\TemplatePackageManager.cs (1)
178
return TemplateListFilter.
GetTemplateMatchInfo
(templates, matchFilter, filters.ToArray()).ToList();