2 writes to _zipArchive
System.IO.Packaging (2)
System\IO\Packaging\ZipPackage.cs (2)
341
_zipArchive
= zipArchive;
417
_zipArchive
= zipArchive;
5 references to _zipArchive
System.IO.Packaging (5)
System\IO\Packaging\ZipPackage.cs (5)
62
ZipArchiveEntry zipArchiveEntry =
_zipArchive
.CreateEntry(zipItemName, level);
114
ZipArchiveEntry? zipArchiveEntry =
_zipArchive
.GetEntry(partZipName);
181
System.Collections.ObjectModel.ReadOnlyCollection<ZipArchiveEntry> zipArchiveEntries =
_zipArchive
.Entries;
276
_zipArchive
?.Dispose();
695
parts.Add(new ZipPackagePart(this,
_zipArchive
, _zipStreamManager, pieces.GetRange(startIndex, numItems), partUri, contentType.ToString(),