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