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