3 writes to _archiveComment
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (3)
1078public byte[] ArchiveComment => _archiveComment ??= []; 1156eocdBlock._archiveComment = []; 1160eocdBlock._archiveComment = new byte[commentLength];
2 references to _archiveComment
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.Async.cs (1)
274await stream.ReadExactlyAsync(eocdBlock._archiveComment, cancellationToken).ConfigureAwait(false);
System\IO\Compression\ZipBlocks.cs (1)
1179stream.ReadExactly(eocdBlock._archiveComment);