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