1 write to FullPath
Microsoft.Build (1)
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
18private protected ArchiveData(string fullPath) => FullPath = fullPath;
5 references to FullPath
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
413archiveStream.FullPath, 421resultFile.FullPath,
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
85return new ArchiveFile(FullPath, content);
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (1)
36var pathArgs = new StringReadEventArgs(archiveFile.FullPath);
Microsoft.Build.Engine.UnitTests (1)
BinaryLogger_Tests.cs (1)
307files.Add(embedFile.FullPath, embedFile.Content);