3 references to FileCommentLength
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (1)
598
BinaryPrimitives.WriteUInt16LittleEndian(cdStaticHeader[ZipCentralDirectoryFileHeader.FieldLocations.
FileCommentLength
..], (ushort)_fileComment.Length);
System\IO\Compression\ZipBlocks.cs (1)
654
header.FileCommentLength = BinaryPrimitives.ReadUInt16LittleEndian(buffer[FieldLocations.
FileCommentLength
..]);
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
114
public static readonly int DiskNumberStart =
FileCommentLength
+ FieldLengths.FileCommentLength;