terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AfterAddEntry()

void Ionic.Zip.ZipFile.AfterAddEntry ( ZipEntry entry)
inlinepackage

Definition at line 2001 of file ZipFile.cs.

2002 {
2003 if (this.AddProgress != null)
2004 {
2005 string name = this._name;
2007 AddProgressEventArgs addProgressEventArgs;
2008 if (addProgressEventArgs._cancel)
2009 {
2011 }
2012 }
2013 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< AddProgressEventArgs > AddProgress
Definition ZipFile.cs:1957
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676

References Ionic.Zip.ZipFile._entries, Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile.AddProgress, j__TPar, and System.name.

Referenced by Ionic.Zip.ZipFile._InternalAddEntry(), Ionic.Zip.ZipFile.AddDirectoryByName(), and Ionic.Zip.ZipFile.AddOrUpdateDirectoryImpl().