4 references to ArchiveCommentLength
System.IO.Compression (4)
System\IO\Compression\ZipBlocks.cs (3)
753public static readonly int TotalSize = FieldLocations.ArchiveCommentLength + FieldLengths.ArchiveCommentLength; 798BinaryPrimitives.WriteUInt16LittleEndian(blockContents[FieldLocations.ArchiveCommentLength..], (ushort)archiveComment.Length); 834ushort commentLength = BinaryPrimitives.ReadUInt16LittleEndian(blockContents[FieldLocations.ArchiveCommentLength..]);
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
134public static readonly int DynamicData = ArchiveCommentLength + FieldLengths.ArchiveCommentLength;