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

◆ OnExtractExisting()

void Ionic.Zip.ZipEntry.OnExtractExisting ( string path)
inlineprivate

Definition at line 1192 of file ZipEntry.cs.

1193 {
1194 ZipContainer container = this._container;
1195 ZipFile zf = container._zf;
1196 if (zf != null)
1197 {
1198 bool flag = zf.OnExtractExisting(this, path);
1199 this._ioOperationCanceled = container != null;
1200 }
1201 }
class f__AnonymousType0<< Count > j__TPar
ZipContainer _container
Definition ZipEntry.cs:2426
bool OnExtractExisting(ZipEntry entry, string path)
Definition ZipFile.cs:1918

References Ionic.Zip.ZipEntry._container, Ionic.Zip.ZipContainer._zf, j__TPar, and Ionic.Zip.ZipFile.OnExtractExisting().