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

◆ OnSaveStarted()

void Ionic.Zip.ZipFile.OnSaveStarted ( )
inlineprivate

Definition at line 1741 of file ZipFile.cs.

1742 {
1743 if (this.SaveProgress != null)
1744 {
1745 string name = this._name;
1746 if (SaveProgressEventArgs.Started("(stream)")._cancel)
1747 {
1749 }
1750 }
1751 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684

References Ionic.Zip.ZipProgressEventArgs._cancel, Ionic.Zip.ZipFile._name, j__TPar, System.name, Ionic.Zip.ZipFile.SaveProgress, and Ionic.Zip.SaveProgressEventArgs.Started().

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