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