1 write to ParentPathsThatHaveBeenEclipsed
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.cs (1)
1182chosenResolvedItem.ParentPathsThatHaveBeenEclipsed ??= new HashSet<LibraryRangeIndex>();
5 references to ParentPathsThatHaveBeenEclipsed
NuGet.Commands (5)
RestoreCommand\DependencyGraphResolver.cs (5)
455if (childResolvedDependencyGraphItem.ParentPathsThatHaveBeenEclipsed != null) 459foreach (LibraryRangeIndex parent in childResolvedDependencyGraphItem.ParentPathsThatHaveBeenEclipsed) 1071if (chosenResolvedItem.ParentPathsThatHaveBeenEclipsed != null) 1076foreach (LibraryRangeIndex parentRangeIndex in chosenResolvedItem.ParentPathsThatHaveBeenEclipsed) 1185chosenResolvedItem.ParentPathsThatHaveBeenEclipsed.Add(currentDependencyGraphItem.Path[currentDependencyGraphItem.Path.Length - 1]);