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)
102return new ZipPackagePart(this, _zipArchive, (PackUriHelper.ValidatedPartUri)partUri, contentType, compressionOption); 115ZipFileInfo zipFileInfo = _zipArchive.AddFile(zipItemName, method, deflateOption); 170if (_zipArchive.FileExists(partZipName)) 173_zipArchive.DeleteFile(partZipName); 239ZipFileInfoCollection zipFiles = _zipArchive.GetFiles(); 333_zipArchive.Flush(); 359if (_zipArchive != null) 361_zipArchive.Close(); 787parts.Add(new ZipPackagePart(this, _zipArchive, pieces.GetRange(startIndex, numItems), partUri, contentType.ToString(),