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