1 write to FileComment
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
776header.FileComment = dynamicHeader.Slice(header.FilenameLength + header.ExtraFieldLength, header.FileCommentLength).ToArray();
1 reference to FileComment
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
95_fileComment = cd.FileComment;