3 writes to _archiveComment
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (3)
870
public byte[] ArchiveComment =>
_archiveComment
??= [];
948
eocdBlock.
_archiveComment
= [];
952
eocdBlock.
_archiveComment
= new byte[commentLength];
2 references to _archiveComment
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.Async.cs (1)
257
stream.ReadExactly(eocdBlock.
_archiveComment
);
System\IO\Compression\ZipBlocks.cs (1)
971
stream.ReadExactly(eocdBlock.
_archiveComment
);