2 writes to ArchiveComment
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.cs (2)
843
eocdBlock.
ArchiveComment
= Array.Empty<byte>();
847
eocdBlock.
ArchiveComment
= new byte[commentLength];
2 references to ArchiveComment
System.IO.Compression (2)
System\IO\Compression\ZipArchive.cs (1)
623
_archiveComment = eocd.
ArchiveComment
;
System\IO\Compression\ZipBlocks.cs (1)
848
stream.ReadExactly(eocdBlock.
ArchiveComment
);