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)
783
if (
_zipArchive
.Mode == ZipArchiveMode.Read ||
_zipArchive
.Mode == ZipArchiveMode.Update)
784
ParseContentTypesFile(
_zipArchive
.Entries);
887
_contentTypeZipArchiveEntry =
_zipArchive
.CreateEntry(ContentTypesFile, _cachedCompressionLevel);
905
_contentTypeZipArchiveEntry =
_zipArchive
.CreateEntry(ContentTypesFile);