3 references to Compute
Microsoft.NET.ProjectData (3)
CacheFileReader.cs (1)
71 public static string GetUserFolderCacheFilePath(string projectFilePath) => UserFolderCachePath.Compute(projectFilePath);
UnsupportedProjectDataMarker.cs (1)
29 public static string GetMarkerFilePath(string projectFilePath) => UserFolderCachePath.Compute(projectFilePath) + MarkerExtension;
UserFolderCachePath.cs (1)
63 cacheFilePath = Compute(projectFilePath);