1 write to _zipArchive
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
770_zipArchive = zipArchive; //initialized in the ZipPackage constructor
5 references to _zipArchive
System.IO.Packaging (5)
System\IO\Packaging\ZipPackage.cs (5)
783if (_zipArchive.Mode == ZipArchiveMode.Read || _zipArchive.Mode == ZipArchiveMode.Update) 784ParseContentTypesFile(_zipArchive.Entries); 887_contentTypeZipArchiveEntry = _zipArchive.CreateEntry(ContentTypesFile, _cachedCompressionLevel); 905_contentTypeZipArchiveEntry = _zipArchive.CreateEntry(ContentTypesFile);