2 writes to _zipArchive
WindowsBase (2)
Base\System\IO\Packaging\ZipPackage.cs (2)
425
_zipArchive
= zipArchive;
461
_zipArchive
= zipArchive;
9 references to _zipArchive
WindowsBase (9)
Base\System\IO\Packaging\ZipPackage.cs (9)
102
return new ZipPackagePart(this,
_zipArchive
, (PackUriHelper.ValidatedPartUri)partUri, contentType, compressionOption);
115
ZipFileInfo zipFileInfo =
_zipArchive
.AddFile(zipItemName, method, deflateOption);
170
if (
_zipArchive
.FileExists(partZipName))
173
_zipArchive
.DeleteFile(partZipName);
239
ZipFileInfoCollection zipFiles =
_zipArchive
.GetFiles();
333
_zipArchive
.Flush();
359
if (
_zipArchive
!= null)
361
_zipArchive
.Close();
787
parts.Add(new ZipPackagePart(this,
_zipArchive
, pieces.GetRange(startIndex, numItems), partUri, contentType.ToString(),