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

◆ OnReadStarted()

void Ionic.Zip.ZipFile.OnReadStarted ( )
inlineprivate

Definition at line 1788 of file ZipFile.cs.

1789 {
1790 if (this.ReadProgress != null)
1791 {
1792 string name = this._name;
1793 ReadProgressEventArgs readProgressEventArgs = ReadProgressEventArgs.Started("(stream)");
1794 return;
1795 }
1796 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ReadProgressEventArgs > ReadProgress
Definition ZipFile.cs:1768

References Ionic.Zip.ZipFile._name, j__TPar, System.name, Ionic.Zip.ZipFile.ReadProgress, and Ionic.Zip.ReadProgressEventArgs.Started().