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)
102writer.Write(_zipFileComment, 0, _zipFileCommentLength); 390_stringZipFileComment = _blockManager.Encoding.GetString(_zipFileComment); 414if (_zipFileCommentLength != _zipFileComment.Length)