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