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