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

◆ OnSaveEntry()

void Ionic.Zip.ZipFile.OnSaveEntry ( int current,
ZipEntry entry,
bool before )
inlineprivate

Definition at line 1718 of file ZipFile.cs.

1719 {
1720 if (this.SaveProgress != null)
1721 {
1722 string name = this._name;
1724 if (9 != 0)
1725 {
1727 }
1728 }
1729 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676

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