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