1 write to ResolvedOutputPath
Microsoft.NET.ProjectData.Tasks (1)
WriteProjectDataSliceTask.cs (1)
90 this.ResolvedOutputPath = this.ResolveOutputPath();
7 references to ResolvedOutputPath
Microsoft.NET.ProjectData.Tasks (7)
WriteProjectDataSliceTask.cs (7)
101 this.DeleteFileIfExists(this.ResolvedOutputPath); 133 this.DeleteFileIfExists(this.ResolvedOutputPath); 148 this.ResolvedOutputPath, 175 "ProjectData: wrote {0}.", this.ResolvedOutputPath); 218 bool recorded = ProjectDataDonorIndex.TryRecordWrite(this.ProjectFilePath, this.ResolvedOutputPath, options, out string? message); 236 this.ResolvedOutputPath); 247 return !PathsEqual(this.ResolvedOutputPath, projectFolderOutputPath);