1 write to _zipFileComment
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (1)
388
_zipFileComment
= reader.ReadBytes(_zipFileCommentLength);
3 references to _zipFileComment
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (3)
102
writer.Write(
_zipFileComment
, 0, _zipFileCommentLength);
390
_stringZipFileComment = _blockManager.Encoding.GetString(
_zipFileComment
);
414
if (_zipFileCommentLength !=
_zipFileComment
.Length)