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

◆ OnExtractEntry()

void Ionic.Zip.ZipFile.OnExtractEntry ( int current,
bool before,
ZipEntry currentEntry,
string path )
inlineprivate

Definition at line 1874 of file ZipFile.cs.

1875 {
1876 if (this.ExtractProgress != null)
1877 {
1878 string name = this._name;
1880 if (17 != 0)
1881 {
1883 }
1884 }
1885 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676

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