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

◆ Reset()

void Ionic.Zip.ZipFile.Reset ( bool whileSaving)
inlinepackage

Definition at line 1196 of file ZipFile.cs.

1197 {
1198 if (this._JustSaved)
1199 {
1200 if (this._readName == null)
1201 {
1202 string name = this._name;
1203 }
1205 if (this._alternateEncodingUsage == ZipOption.Default)
1206 {
1207 }
1208 return;
1209 }
1210 }
class f__AnonymousType0<< Count > j__TPar
ZipOption _alternateEncodingUsage
Definition ZipFile.cs:2760
Encoding _alternateEncoding
Definition ZipFile.cs:2757

References Ionic.Zip.ZipFile._alternateEncoding, Ionic.Zip.ZipFile._alternateEncodingUsage, Ionic.Zip.ZipFile._JustSaved, Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile._readName, j__TPar, and System.name.

Referenced by Ionic.Zip.ZipEntry.InternalExtract().