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