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