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

◆ OnExtractAllStarted()

void Ionic.Zip.ZipFile.OnExtractAllStarted ( string path)
inlineprivate

Definition at line 1943 of file ZipFile.cs.

1944 {
1945 if (this.ExtractProgress != null)
1946 {
1947 string name = this._name;
1948 ExtractProgressEventArgs extractProgressEventArgs = ExtractProgressEventArgs.ExtractAllStarted("(stream)", path);
1949 return;
1950 }
1951 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ExtractProgressEventArgs > ExtractProgress
Definition ZipFile.cs:1854

References Ionic.Zip.ZipFile._name, Ionic.Zip.ExtractProgressEventArgs.ExtractAllStarted(), Ionic.Zip.ZipFile.ExtractProgress, j__TPar, and System.name.

Referenced by Ionic.Zip.ZipFile._InternalExtractAll().