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
{
906
Dictionary<string, ZipEntry>
entries = this.
_entries
;
907
IEnumerator<ZipEntry>
enumerator = this.
GetEnumerator
();
908
long
num;
909
int
num2
;
910
if
(enumerator ==
null
)
911
{
912
num = 0
L
;
913
num2
= 6;
914
if
(enumerator !=
null
)
915
{
916
}
917
}
918
if
(num != 0
L
||
num2
== 0)
919
{
920
}
921
throw
new
OutOfMemoryException
();
922
}
923
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipFile.GetEnumerator
IEnumerator< ZipEntry > GetEnumerator()
Definition
ZipFile.cs:2582
Ionic.Zip.ZipFile._entries
Dictionary< string, ZipEntry > _entries
Definition
ZipFile.cs:2676
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:7
System.ConsoleKey.L
@ L
Ionic
Zip
ZipFile
Generated by
1.10.0