3 writes to _archiveComment
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (3)
1069public byte[] ArchiveComment => _archiveComment ??= []; 1147eocdBlock._archiveComment = []; 1151eocdBlock._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)
1170stream.ReadExactly(eocdBlock._archiveComment);