3 references to HasCommonAncestor
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.cs (3)
1055
if (
HasCommonAncestor
(chosenResolvedItem.Path, currentDependencyGraphItem.Path))
1168
bool hasCommonAncestor =
HasCommonAncestor
(chosenResolvedItem.Path, currentDependencyGraphItem.Path);
1189
if (chosenResolvedItem.Suppressions.Count == 1 && chosenResolvedItem.Suppressions[0].Count == 0 &&
HasCommonAncestor
(chosenResolvedItem.Path, currentDependencyGraphItem.Path))