2 references to TryCompute
Microsoft.NET.ProjectData (2)
CacheFileReader.cs (1)
201 bool userFolderAvailable = UserFolderCachePath.TryCompute(projectFilePath, out string userFolderPath);
Donor\ProjectDataDonorIndex.Reader.cs (1)
85 if (!UserFolderCachePath.TryCompute(donorProjectFilePath, out string donorUserFolderCachePath))