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

◆ Dispose() [2/2]

override void Ionic.Zip.ZipOutputStream.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.IO.Stream.

Definition at line 592 of file ZipOutputStream.cs.

593 {
594 if (!this._disposed)
595 {
596 if (!this._exceptionPending)
597 {
598 this._FinishCurrentEntry();
601 Zip64Option zip = this._zip64;
602 string comment = this._comment;
603 if (this._outputStream != null)
604 {
605 }
607 {
608 }
609 }
610 int num = 1;
611 this._disposed = num != 0;
612 }
613 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, ZipEntry > _entriesWritten

References Ionic.Zip.ZipOutputStream._comment, Ionic.Zip.ZipOutputStream._disposed, Ionic.Zip.ZipOutputStream._entriesWritten, Ionic.Zip.ZipOutputStream._exceptionPending, Ionic.Zip.ZipOutputStream._FinishCurrentEntry(), Ionic.Zip.ZipOutputStream._leaveUnderlyingStreamOpen, Ionic.Zip.ZipOutputStream._outputStream, Ionic.Zip.ZipOutputStream._zip64, and j__TPar.