terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
LockRecursionException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001BC")]
9 [global::System.Serializable]
10 public class LockRecursionException : global::System.Exception
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010B6")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C93DF8", Offset = "0x1C93DF8", Length = "0x58")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x60010B7")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C93E50", Offset = "0x1C93E50", Length = "0x68")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SpinLock), Member = "ContinueTryEnterWithThreadTracking", MemberParameters = new object[]
25 {
26 typeof(int),
27 typeof(uint),
28 typeof(ref bool)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public LockRecursionException(string message)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60010B8")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1C93EB8", Offset = "0x1C93EB8", Length = "0x80")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
42 {
43 typeof(global::System.Runtime.Serialization.SerializationInfo),
44 typeof(global::System.Runtime.Serialization.StreamingContext)
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 protected LockRecursionException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
LockRecursionException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)