3 references to FilenameLength
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (1)
596BinaryPrimitives.WriteUInt16LittleEndian(cdStaticHeader[ZipCentralDirectoryFileHeader.FieldLocations.FilenameLength..], (ushort)_storedEntryNameBytes.Length);
System\IO\Compression\ZipBlocks.cs (1)
652header.FilenameLength = BinaryPrimitives.ReadUInt16LittleEndian(buffer[FieldLocations.FilenameLength..]);
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
112public static readonly int ExtraFieldLength = FilenameLength + FieldLengths.FilenameLength;