4 references to ZipFileCommentMaxLength
System.IO.Compression (4)
System\IO\Compression\ZipArchive.Async.cs (1)
246
ZipEndOfCentralDirectoryBlock.
ZipFileCommentMaxLength
+ ZipEndOfCentralDirectoryBlock.FieldLengths.Signature,
System\IO\Compression\ZipArchive.cs (2)
214
_archiveComment = ZipHelper.GetEncodedTruncatedBytesFromString(value, EntryNameAndCommentEncoding, ZipEndOfCentralDirectoryBlock.
ZipFileCommentMaxLength
, out _);
624
ZipEndOfCentralDirectoryBlock.
ZipFileCommentMaxLength
+ ZipEndOfCentralDirectoryBlock.FieldLengths.Signature))
System\IO\Compression\ZipBlocks.cs (1)
894
Debug.Assert(archiveComment.Length <=
ZipFileCommentMaxLength
);