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

◆ GrowTable()

void System.Threading.ThreadLocal< T >.GrowTable ( ThreadLocal< T >::LinkedSlotVolatile[] table,
int minLength )
inlineprivate

Definition at line 214 of file ThreadLocal.cs.

215 {
216 long num = 0L;
217 int num2 = 5;
218 if (num == 0L)
219 {
220 if (num2 == 0)
221 {
222 table.Value = minLength;
223 }
224 return;
225 }
226 throw new OutOfMemoryException();
227 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.