2 writes to _archiveFilePath
Microsoft.Build (2)
Logging\BinaryLogger\ProjectImportsCollector.cs (2)
62
_archiveFilePath
= GetArchiveFilePath(logFilePath, sourcesArchiveExtension);
70
_archiveFilePath
= Path.Combine(
4 references to _archiveFilePath
Microsoft.Build (4)
Logging\BinaryLogger\ProjectImportsCollector.cs (4)
79
_fileStream = new FileStream(
_archiveFilePath
, FileMode.Create, FileAccess.ReadWrite, FileShare.Delete);
268
if (FileSystems.Default.FileExists(
_archiveFilePath
))
270
using FileStream fileStream = File.OpenRead(
_archiveFilePath
);
306
FileUtilities.DeleteNoThrow(
_archiveFilePath
);