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