未验证 提交 086c3c16 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/Workspaces/Core/Portable/FindSymbols/FindReferences/DependentTypeFinder.cs

上级 384fbc3e
......@@ -157,8 +157,7 @@ internal static partial class DependentTypeFinder
{
return FindTypesFromCacheOrComputeAsync(
type, solution, projects, s_typeToTransitivelyDerivedClassesMap,
c => FindDerivedClassesAsync(type, solution, projects,
transitive: true, c),
c => FindDerivedClassesAsync(type, solution, projects, transitive: true, c),
cancellationToken);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册