提交 47fdbb7b 编写于 作者: S Sam Harwell

Added link between forward and reverse transitive updates

上级 770028a2
......@@ -280,8 +280,8 @@ internal ProjectDependencyGraph WithAdditionalProjectReferences(ProjectId projec
/// <summary>
/// Computes a new <see cref="_transitiveReferencesMap"/> for the removal of a project.
/// Must be called on a non-null map.
/// </summary>
/// <seealso cref="ComputeNewReverseTransitiveReferencesMapForRemovedProject"/>
private static ImmutableDictionary<ProjectId, ImmutableHashSet<ProjectId>> ComputeNewTransitiveReferencesMapForRemovedProject(
ImmutableDictionary<ProjectId, ImmutableHashSet<ProjectId>> existingTransitiveReferencesMap,
ProjectId projectId)
......@@ -435,6 +435,7 @@ internal ProjectDependencyGraph WithAdditionalProjectReferences(ProjectId projec
/// <summary>
/// Computes a new <see cref="_reverseTransitiveReferencesMap"/> for the removal of a project.
/// </summary>
/// <seealso cref="ComputeNewTransitiveReferencesMapForRemovedProject"/>
private static ImmutableDictionary<ProjectId, ImmutableHashSet<ProjectId>> ComputeNewReverseTransitiveReferencesMapForRemovedProject(
ImmutableDictionary<ProjectId, ImmutableHashSet<ProjectId>> existingReverseTransitiveReferencesMap,
ProjectId projectId)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册