1 write to FullPath
Microsoft.Build (1)
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
16
private protected ArchiveData(string fullPath) =>
FullPath
= fullPath;
4 references to FullPath
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
426
archiveStream.
FullPath
,
434
resultFile.
FullPath
,
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
83
return new ArchiveFile(
FullPath
, content);
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (1)
36
var pathArgs = new StringReadEventArgs(archiveFile.
FullPath
);