9 references to ProjectFilePath
Microsoft.NET.ProjectData.Tasks (9)
MergeProjectDataSlicesTask.cs (9)
74 if (string.IsNullOrEmpty(this.OutputPath) && string.IsNullOrEmpty(this.ProjectFilePath)) 103 this.ProjectFilePath, 139 UnsupportedProjectDataMarker.Delete(this.ProjectFilePath); 156 string.IsNullOrEmpty(this.OutputPath) ? this.ProjectFilePath : this.OutputPath, 168 if (string.IsNullOrEmpty(this.ProjectFilePath)) 173 return UserFolderCachePath.Compute(this.ProjectFilePath); 184 bool recorded = ProjectDataDonorIndex.TryRecordWrite(this.ProjectFilePath, this.ResolvedOutputPath, options, out string? message); 191 this.Log.LogMessage(MessageImportance.Low, "ProjectData: failed to update donor index for {0}: {1}", this.ProjectFilePath, message); 198 PathsEqual(this.ResolvedOutputPath, Path.GetFullPath(this.ProjectFilePath) + ".lscache"))