6 references to UserFolderCachePath
Microsoft.NET.ProjectData (6)
CacheFileReader.cs (4)
68
/// <see cref="
UserFolderCachePath
"/> file (linked from the MSBuild task project) so the
71
public static string GetUserFolderCacheFilePath(string projectFilePath) =>
UserFolderCachePath
.Compute(projectFilePath);
73
public static string GetCacheBaseDirectory() =>
UserFolderCachePath
.GetCacheBaseDirectory();
201
bool userFolderAvailable =
UserFolderCachePath
.TryCompute(projectFilePath, out string userFolderPath);
Donor\ProjectDataDonorIndex.Reader.cs (1)
85
if (!
UserFolderCachePath
.TryCompute(donorProjectFilePath, out string donorUserFolderCachePath))
UnsupportedProjectDataMarker.cs (1)
29
public static string GetMarkerFilePath(string projectFilePath) =>
UserFolderCachePath
.Compute(projectFilePath) + MarkerExtension;