2 writes to ArchiveComment
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.cs (2)
843eocdBlock.ArchiveComment = Array.Empty<byte>(); 847eocdBlock.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)
848stream.ReadExactly(eocdBlock.ArchiveComment);