10 references to FilenameLength
System.IO.Compression (10)
System\IO\Compression\ZipArchiveEntry.cs (1)
1712
BinaryPrimitives.WriteUInt16LittleEndian(lfStaticHeader[ZipLocalFileHeader.FieldLocations.
FilenameLength
..], (ushort)_storedEntryNameBytes.Length);
System\IO\Compression\ZipBlocks.cs (8)
612
relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
613
relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
614
stream.Seek(FieldLocations.
FilenameLength
, SeekOrigin.Current);
669
stream.Seek(FieldLocations.
FilenameLength
- FieldLengths.Signature, SeekOrigin.Current);
685
int relativeFilenameLengthLocation = FieldLocations.
FilenameLength
- FieldLocations.
FilenameLength
;
686
int relativeExtraFieldLengthLocation = FieldLocations.ExtraFieldLength - FieldLocations.
FilenameLength
;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
70
public const int ExtraFieldLength =
FilenameLength
+ FieldLengths.FilenameLength;