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

◆ CleanupAfterSaveOperation()

void Ionic.Zip.ZipFile.CleanupAfterSaveOperation ( )
inlineprivate

Definition at line 2538 of file ZipFile.cs.

2539 {
2540 if (this._name != null)
2541 {
2542 if (this._writestream != null)
2543 {
2544 }
2545 if (this._temporaryFileName != null)
2546 {
2547 this.RemoveTempFile();
2548 }
2549 }
2550 }
Stream _writestream
Definition ZipFile.cs:2652
string _temporaryFileName
Definition ZipFile.cs:2709
void RemoveTempFile()
Definition ZipFile.cs:2530

References Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile._temporaryFileName, Ionic.Zip.ZipFile._writestream, and Ionic.Zip.ZipFile.RemoveTempFile().