2 writes to Parent
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
200
Parent
= LibraryRangeIndex.None
1382
Parent
= currentDependencyGraphItem.LibraryRangeIndex,
2 references to Parent
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (1)
1186
chosenResolvedItem.Parents?.Add(currentDependencyGraphItem.
Parent
);
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (1)
56
Parents = new HashSet<LibraryRangeIndex> { dependencyGraphItem.
Parent
};