1 instantiation of TemplateMatchInfoEqualityComparer
Microsoft.TemplateEngine.Edge (1)
Template\TemplateMatchInfoEqualityComparer.cs (1)
9public static IEqualityComparer<ITemplateMatchInfo> Default { get; } = new TemplateMatchInfoEqualityComparer();
1 reference to TemplateMatchInfoEqualityComparer
Microsoft.TemplateEngine.Edge (1)
TemplateListFilter.cs (1)
74HashSet<ITemplateMatchInfo> matchingTemplates = new HashSet<ITemplateMatchInfo>(Template.TemplateMatchInfoEqualityComparer.Default);