3 references to FilenameLength
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (2)
523
Span<byte> fixedHeaderBuffer = stackalloc byte[FieldLengths.
FilenameLength
+ FieldLengths.ExtraFieldLength];
573
if (bytesRead != FieldLengths.
FilenameLength
+ FieldLengths.ExtraFieldLength)
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
70
public static readonly int ExtraFieldLength = FilenameLength + FieldLengths.
FilenameLength
;