提交 953d1817 编写于 作者: C Cyrus Najmabadi

Merge branch 'dependentTypeOOP' of https://github.com/CyrusNajmabadi/roslyn into dependentTypeOOP

......@@ -58,8 +58,7 @@ private async Task ProcessProjectAsync(Project project, GraphBuilder graphBuilde
}
else
{
await AddLinkedNodeForMemberAsync(
project, symbol, graphBuilder).ConfigureAwait(false);
await AddLinkedNodeForMemberAsync(project, symbol, graphBuilder).ConfigureAwait(false);
}
}
}
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册