2 references to CreatePathToRef
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
1144
evictions[evictedLibraryRangeIndex] = (DependencyGraphItemIndexer.
CreatePathToRef
(currentDependencyGraphItem.Path, currentDependencyGraphItem.LibraryRangeIndex), currentDependencyGraphItem.LibraryDependencyIndex, chosenResolvedItem.LibraryDependency.LibraryRange.TypeConstraint);
1391
Path = isCentrallyPinnedTransitiveDependency || isRootPackageReference ? _rootedDependencyPath : DependencyGraphItemIndexer.
CreatePathToRef
(currentDependencyGraphItem.Path, currentDependencyGraphItem.LibraryRangeIndex),