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
LockRecursionException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001BC RID: 444
9 {
10 // Token: 0x060010B6 RID: 4278 RVA: 0x00023680 File Offset: 0x00021880
12 {
13 if (!true)
14 {
15 }
16 base..ctor();
17 }
18
19 // Token: 0x060010B7 RID: 4279 RVA: 0x00023698 File Offset: 0x00021898
20 public LockRecursionException(string message)
21 {
22 if (!true)
23 {
24 }
25 base..ctor(message);
26 }
27
28 // Token: 0x060010B8 RID: 4280 RVA: 0x000236B0 File Offset: 0x000218B0
30 {
31 if (!true)
32 {
33 }
34 base..ctor(info, context);
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
LockRecursionException(SerializationInfo info, StreamingContext context)