1 write to ParentPathsThatHaveBeenEclipsed
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.cs (1)
1172chosenResolvedItem.ParentPathsThatHaveBeenEclipsed ??= new HashSet<LibraryRangeIndex>();
5 references to ParentPathsThatHaveBeenEclipsed
NuGet.Commands (5)
RestoreCommand\DependencyGraphResolver.cs (5)
453if (childResolvedDependencyGraphItem.ParentPathsThatHaveBeenEclipsed != null) 457foreach (LibraryRangeIndex parent in childResolvedDependencyGraphItem.ParentPathsThatHaveBeenEclipsed) 1061if (chosenResolvedItem.ParentPathsThatHaveBeenEclipsed != null) 1066foreach (LibraryRangeIndex parentRangeIndex in chosenResolvedItem.ParentPathsThatHaveBeenEclipsed) 1175chosenResolvedItem.ParentPathsThatHaveBeenEclipsed.Add(currentDependencyGraphItem.Path[currentDependencyGraphItem.Path.Length - 1]);