5 references to Signature
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.Async.cs (1)
170
byte[] blockBytes = new byte[FieldLengths.
Signature
];
System\IO\Compression\ZipBlocks.cs (3)
663
if (bytesRead != FieldLengths.
Signature
|| !blockBytes.SequenceEqual(SignatureConstantBytes))
669
stream.Seek(FieldLocations.FilenameLength - FieldLengths.
Signature
, SeekOrigin.Current);
707
Span<byte> blockBytes = stackalloc byte[FieldLengths.
Signature
];
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
62
public const int VersionNeededToExtract = Signature + FieldLengths.
Signature
;