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]

virtual void Ionic.Zip.ZipFile.Dispose ( bool disposeManagedResources)
inlineprotectedvirtual

Definition at line 1590 of file ZipFile.cs.

1591 {
1592 if (!this._disposed)
1593 {
1594 if (!this._ReadStreamIsOurs || this._readstream != null)
1595 {
1596 }
1597 if (this._temporaryFileName == null || this._name == null || this._writestream != null)
1598 {
1599 }
1600 this._disposed = true;
1601 }
1602 }
class f__AnonymousType0<< Count > j__TPar
Stream _writestream
Definition ZipFile.cs:2652
string _temporaryFileName
Definition ZipFile.cs:2709

References Ionic.Zip.ZipFile._disposed, Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile._readstream, Ionic.Zip.ZipFile._ReadStreamIsOurs, Ionic.Zip.ZipFile._temporaryFileName, Ionic.Zip.ZipFile._writestream, and j__TPar.