3 references to ZipFileCommentMaxLength
System.IO.Compression (3)
System\IO\Compression\ZipArchive.cs (2)
225
_archiveComment = ZipHelper.GetEncodedTruncatedBytesFromString(value, EntryNameAndCommentEncoding, ZipEndOfCentralDirectoryBlock.
ZipFileCommentMaxLength
, out _);
602
ZipEndOfCentralDirectoryBlock.
ZipFileCommentMaxLength
+ ZipEndOfCentralDirectoryBlock.FieldLengths.Signature))
System\IO\Compression\ZipBlocks.cs (1)
795
Debug.Assert(archiveComment.Length <=
ZipFileCommentMaxLength
);