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

◆ Assert() [3/3]

static void System.Net.GlobalLog.Assert ( string message,
string detailMessage )
inlinestatic

Definition at line 105 of file GlobalLog.cs.

106 {
107 if (!true)
108 {
109 }
110 long num = 0L;
111 if (!true)
112 {
113 }
114 if (num == 0L)
115 {
116 return;
117 }
118 throw new OutOfMemoryException();
119 }

References System.L.