13 references to ProjectFilePath
Microsoft.NET.ProjectData.Tasks (13)
WriteProjectDataSliceTask.cs (13)
93 this.ProjectFilePath, 106 UnsupportedProjectDataMarker.Write(this.ProjectFilePath, unsupportedReason); 110 "ProjectData: skipped writing project-data file for {0}: {1}.", this.ProjectFilePath, unsupportedReason); 127 this.ProjectFilePath); 138 UnsupportedProjectDataMarker.Write(this.ProjectFilePath, "CompilerCommandLineArgumentsEmpty"); 143 this.ProjectFilePath); 151 this.ProjectFilePath, 171 UnsupportedProjectDataMarker.Delete(this.ProjectFilePath); 189 this.ProjectFilePath, 197 ? UserFolderCachePath.Compute(this.ProjectFilePath) 218 bool recorded = ProjectDataDonorIndex.TryRecordWrite(this.ProjectFilePath, this.ResolvedOutputPath, options, out string? message); 225 this.Log.LogMessage(MessageImportance.Low, "ProjectData: failed to update donor index for {0}: {1}", this.ProjectFilePath, message); 246 string projectFolderOutputPath = Path.GetFullPath(this.ProjectFilePath) + ".lscache";