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
AmbiguousMatchException.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004BA")]
10 [global::System.Serializable]
11 public sealed class AmbiguousMatchException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600235B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B80560", Offset = "0x1B80560", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600235C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B805BC", Offset = "0x1B805BC", Length = "0x24")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
28 {
30 typeof(global::System.Type),
31 typeof(bool)
32 }, ReturnType = typeof(global::System.Attribute))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "GetCustomAttribute", MemberParameters = new object[]
34 {
36 typeof(global::System.Type),
37 typeof(bool)
38 }, ReturnType = typeof(global::System.Attribute))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
40 {
42 typeof(MethodBase[]),
43 typeof(ref object[]),
44 typeof(ParameterModifier[]),
45 typeof(global::System.Globalization.CultureInfo),
46 typeof(string[]),
47 typeof(ref object)
48 }, ReturnType = typeof(MethodBase))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
50 {
52 typeof(FieldInfo[]),
53 typeof(object),
54 typeof(global::System.Globalization.CultureInfo)
55 }, ReturnType = typeof(FieldInfo))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectProperty", MemberParameters = new object[]
57 {
59 typeof(PropertyInfo[]),
60 typeof(global::System.Type),
61 typeof(global::System.Type[]),
62 typeof(ParameterModifier[])
63 }, ReturnType = typeof(PropertyInfo))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "ExactPropertyBinding", MemberParameters = new object[]
65 {
66 typeof(PropertyInfo[]),
67 typeof(global::System.Type),
68 typeof(global::System.Type[]),
69 typeof(ParameterModifier[])
70 }, ReturnType = typeof(PropertyInfo))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "FindMostDerivedNewSlotMeth", MemberParameters = new object[]
72 {
73 typeof(MethodBase[]),
74 typeof(int)
75 }, ReturnType = typeof(MethodBase))]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "SelectMethod", MemberParameters = new object[]
77 {
79 typeof(MethodBase[]),
80 typeof(global::System.Type[]),
81 typeof(ParameterModifier[])
82 }, ReturnType = typeof(MethodBase))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetPropertyImpl", MemberParameters = new object[]
84 {
85 typeof(string),
87 typeof(Binder),
88 typeof(global::System.Type),
89 typeof(global::System.Type[]),
90 typeof(ParameterModifier[])
91 }, ReturnType = typeof(PropertyInfo))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEvent", MemberParameters = new object[]
93 {
94 typeof(string),
96 }, ReturnType = typeof(EventInfo))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetField", MemberParameters = new object[]
98 {
99 typeof(string),
101 }, ReturnType = typeof(FieldInfo))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetNestedType", MemberParameters = new object[]
103 {
104 typeof(string),
106 }, ReturnType = typeof(global::System.Type))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetMethodImplCommon", MemberParameters = new object[]
108 {
109 typeof(string),
110 typeof(int),
112 typeof(Binder),
113 typeof(CallingConventions),
114 typeof(global::System.Type[]),
115 typeof(ParameterModifier[])
116 }, ReturnType = typeof(MethodInfo))]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
119 public AmbiguousMatchException(string message)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x600235D")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1B805E0", Offset = "0x1B805E0", Length = "0x8")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
128 {
129 typeof(global::System.Runtime.Serialization.SerializationInfo),
130 typeof(global::System.Runtime.Serialization.StreamingContext)
131 }, ReturnType = typeof(void))]
132 internal AmbiguousMatchException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
133 {
134 throw null;
135 }
136 }
137}
class f__AnonymousType0<< Count > j__TPar
AmbiguousMatchException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)