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

◆ InputUsesZip64

bool? Ionic.Zip.ZipFile.InputUsesZip64
get

Definition at line 902 of file ZipFile.cs.

903 {
904 get
905 {
907 IEnumerator<ZipEntry> enumerator = this.GetEnumerator();
908 long num;
909 int num2;
910 if (enumerator == null)
911 {
912 num = 0L;
913 num2 = 6;
914 if (enumerator != null)
915 {
916 }
917 }
918 if (num != 0L || num2 == 0)
919 {
920 }
921 throw new OutOfMemoryException();
922 }
923 }
class f__AnonymousType0<< Count > j__TPar
IEnumerator< ZipEntry > GetEnumerator()
Definition ZipFile.cs:2582
Dictionary< string, ZipEntry > _entries
Definition ZipFile.cs:2676