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