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