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