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
SynchronizationLockException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001C1")]
9 [global::System.Serializable]
10 public class SynchronizationLockException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60010C0")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C9421C", Offset = "0x1C9421C", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60010C1")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1C94278", Offset = "0x1C94278", Length = "0x24")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SpinLock), Member = "ExitSlowPath", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Monitor), Member = "ObjPulse", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Monitor), Member = "ObjPulseAll", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Monitor), Member = "ObjWait", MemberParameters = new object[]
30 {
31 typeof(bool),
32 typeof(int),
33 typeof(object)
34 }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 public SynchronizationLockException(string message)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x60010C2")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C9429C", Offset = "0x1C9429C", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
46 {
47 typeof(global::System.Runtime.Serialization.SerializationInfo),
48 typeof(global::System.Runtime.Serialization.StreamingContext)
49 }, ReturnType = typeof(void))]
50 protected SynchronizationLockException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
51 {
52 throw null;
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
SynchronizationLockException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)