提交 c357fbba 编写于 作者: C CyrusNajmabadi

Add back equivalence comparer.

上级 d9c2e0a1
......@@ -36,7 +36,7 @@ internal static class DependentTypeFinder
t => t.TypeKind == TypeKind.Interface || s_isNonSealedClass(t);
private static readonly ObjectPool<SymbolAndProjectIdSet> s_setPool = new ObjectPool<SymbolAndProjectIdSet>(
() => new SymbolAndProjectIdSet());
() => new SymbolAndProjectIdSet(SymbolAndProjectIdComparer<INamedTypeSymbol>.SymbolEquivalenceInstance));
/// <summary>
/// Used for implementing the Inherited-By relation for progression.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册