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