2 references to ArchiveFile
Microsoft.Build (2)
Logging\BinaryLogger\Postprocessing\ArchiveFile.cs (1)
85
return new
ArchiveFile
(FullPath, content);
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (1)
44
args.ArchiveData = new
ArchiveFile
(pathArgs.StringToBeUsed, contentArgs.StringToBeUsed);