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
NullReferenceException.cs
Go to the documentation of this file.
1using System;
9
10namespace System
11{
12 [global::Cpp2ILInjected.Token(Token = "0x20000E2")]
13 [global::System.Serializable]
14 public class NullReferenceException : global::System.SystemException
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600084A")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1C37768", Offset = "0x1C37768", Length = "0x5C")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "CompareTo", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.Rfc2898DeriveBytes), Member = ".ctor", MemberParameters = new object[]
21 {
22 typeof(byte[]),
23 typeof(byte[]),
24 typeof(int),
25 typeof(global::System.Security.Cryptography.HashAlgorithmName)
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Assembly), Member = "LoadWithPartialName", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(global::System.Security.Policy.Evidence),
31 typeof(bool)
32 }, ReturnType = typeof(global::System.Reflection.Assembly))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Camera", Member = "GetAllCameras", MemberParameters = new object[] { "UnityEngine.Camera[]" }, ReturnType = typeof(int))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x600084B")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C377C4", Offset = "0x1C377C4", Length = "0x24")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "ReceiveAsync", MemberParameters = new object[] { "System.Net.Sockets.SocketAsyncEventArgs" }, ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "SendAsync", MemberParameters = new object[] { "System.Net.Sockets.SocketAsyncEventArgs" }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.MonoBehaviour", Member = "StartCoroutine", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(object)
51 }, ReturnType = "UnityEngine.Coroutine")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.MonoBehaviour", Member = "StartCoroutine", MemberParameters = new object[] { typeof(global::System.Collections.IEnumerator) }, ReturnType = "UnityEngine.Coroutine")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.MonoBehaviour", Member = "StopCoroutine", MemberParameters = new object[] { typeof(global::System.Collections.IEnumerator) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.MonoBehaviour", Member = "StopCoroutine", MemberParameters = new object[] { "UnityEngine.Coroutine" }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
57 public NullReferenceException(string message)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600084C")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1C377E8", Offset = "0x1C377E8", Length = "0x8")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(global::System.Runtime.Serialization.SerializationInfo),
68 typeof(global::System.Runtime.Serialization.StreamingContext)
69 }, ReturnType = typeof(void))]
70 protected NullReferenceException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
71 {
72 throw null;
73 }
74 }
75}
class f__AnonymousType0<< Count > j__TPar
NullReferenceException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)