1 write to ResolvedOutputPath
Microsoft.NET.ProjectData.Tasks (1)
MergeProjectDataSlicesTask.cs (1)
88
this.
ResolvedOutputPath
= this.ResolveOutputPath();
8 references to ResolvedOutputPath
Microsoft.NET.ProjectData.Tasks (8)
MergeProjectDataSlicesTask.cs (8)
114
count = ProjectDataMerger.Merge(this.
ResolvedOutputPath
, existing, this.TargetFrameworks, this.PreserveExistingSlices, this.IntermediateOutputPath);
127
count = ProjectDataMerger.Merge(this.
ResolvedOutputPath
, sliceFiles, this.TargetFrameworks, this.PreserveExistingSlices, this.IntermediateOutputPath);
141
this.Log.LogMessage(MessageImportance.Low, "ProjectData: merged {0} slices into {1}.", count, this.
ResolvedOutputPath
);
184
bool recorded = ProjectDataDonorIndex.TryRecordWrite(this.ProjectFilePath, this.
ResolvedOutputPath
, options, out string? message);
197
if (string.IsNullOrEmpty(this.
ResolvedOutputPath
) ||
198
PathsEqual(this.
ResolvedOutputPath
, Path.GetFullPath(this.ProjectFilePath) + ".lscache"))
205
File.Delete(this.
ResolvedOutputPath
);
209
this.Log.LogWarning("ProjectData: failed to delete stale output {0}: {1}", this.
ResolvedOutputPath
, ex.Message);