4 references to GetProjectCacheFilePath
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
935CacheFilePath = NoOpRestoreUtilities.GetProjectCacheFilePath(outputPath),
NuGet.Commands (3)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
379CacheFilePath = NoOpRestoreUtilities.GetProjectCacheFilePath(outputPath),
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
38return GetProjectCacheFilePath(cacheRoot); 87projectCacheFilePath = request.Project.RestoreMetadata.CacheFilePath = GetProjectCacheFilePath(cacheRoot);