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
Error.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Linq
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000007")]
10 internal static class Error
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000031")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D3F2E8", Offset = "0x1D3F2E8", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Where", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Select", MemberTypeParameters = new object[] { "TSource", "TResult" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, TResult>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Select", MemberTypeParameters = new object[] { "TSource", "TResult" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`3<TSource, Int32, TResult>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SelectMany", MemberTypeParameters = new object[] { "TSource", "TResult" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, IEnumerable`1<TResult>>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Take", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[]
19 {
20 "System.Collections.Generic.IEnumerable`1<TSource>",
21 typeof(int)
22 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ThenBy", MemberTypeParameters = new object[] { "TSource", "TKey" }, MemberParameters = new object[] { "System.Linq.IOrderedEnumerable`1<TSource>", "System.Func`2<TSource, TKey>" }, ReturnType = "System.Linq.IOrderedEnumerable`1<TSource>")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Distinct", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Union", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Except", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SequenceEqual", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Collections.Generic.IEnumerable`1<TSource>", "System.Collections.Generic.IEqualityComparer`1<TSource>" }, ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ToArray", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource[]")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ToList", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ToDictionary", MemberTypeParameters = new object[] { "TSource", "TKey", "TElement" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, TKey>", "System.Func`2<TSource, TElement>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = "System.Collections.Generic.Dictionary`2<TKey, TElement>")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "OfType", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[] { typeof(IEnumerable) }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Cast", MemberTypeParameters = new object[] { "TResult" }, MemberParameters = new object[] { typeof(IEnumerable) }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "First", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "FirstOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "FirstOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = "TSource")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Last", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "LastOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = "TSource")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Single", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SingleOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SingleOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = "TSource")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ElementAt", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[]
42 {
43 "System.Collections.Generic.IEnumerable`1<TSource>",
44 typeof(int)
45 }, ReturnType = "TSource")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Any", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Any", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "All", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Count", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = typeof(int))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Count", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Contains", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "TSource", "System.Collections.Generic.IEqualityComparer`1<TSource>" }, ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Min", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(int))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Max", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(int))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >), Member = "Create", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, TKey>", "System.Func`2<TSource, TElement>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = "System.Linq.Lookup`2<TKey, TElement>")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GroupedEnumerable<, , >), Member = ".ctor", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, TKey>", "System.Func`2<TSource, TElement>", "System.Collections.Generic.IEqualityComparer`1<TKey>" }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OrderedEnumerable<, >), Member = ".ctor", MemberParameters = new object[]
57 {
58 "System.Collections.Generic.IEnumerable`1<TElement>",
59 "System.Func`2<TElement, TKey>",
60 "System.Collections.Generic.IComparer`1<TKey>",
61 typeof(bool)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 35)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
66 internal static Exception ArgumentNull(string s)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000032")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1D3F344", Offset = "0x1D3F344", Length = "0x5C")]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "ElementAt", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[]
74 {
75 "System.Collections.Generic.IEnumerable`1<TSource>",
76 typeof(int)
77 }, ReturnType = "TSource")]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.IList<TElement>.get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "TElement")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
82 internal static Exception ArgumentOutOfRange(string s)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x6000033")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1D3F3A0", Offset = "0x1D3F3A0", Length = "0x6C")]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Single", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SingleOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
94 internal static Exception MoreThanOneElement()
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6000034")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1D3F40C", Offset = "0x1D3F40C", Length = "0x6C")]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "SingleOrDefault", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Func`2<TSource, Boolean>" }, ReturnType = "TSource")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
105 internal static Exception MoreThanOneMatch()
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x6000035")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1D3F478", Offset = "0x1D3F478", Length = "0x6C")]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "First", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Last", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Single", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = "TSource")]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Min", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(int))]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Enumerable), Member = "Max", MemberParameters = new object[] { typeof(IEnumerable<int>) }, ReturnType = typeof(int))]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
120 internal static Exception NoElements()
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x6000036")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1D3F4E4", Offset = "0x1D3F4E4", Length = "0x54")]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.ICollection<TElement>.Add", MemberParameters = new object[] { "TElement" }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.ICollection<TElement>.Clear", ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.ICollection<TElement>.Remove", MemberParameters = new object[] { "TElement" }, ReturnType = typeof(bool))]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.IList<TElement>.Insert", MemberParameters = new object[]
131 {
132 typeof(int),
133 "TElement"
134 }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.IList<TElement>.RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lookup<, >.Grouping), Member = "System.Collections.Generic.IList<TElement>.set_Item", MemberParameters = new object[]
137 {
138 typeof(int),
139 "TElement"
140 }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
144 internal static Exception NotSupported()
145 {
146 throw null;
147 }
148 }
149}
class f__AnonymousType0<< Count > j__TPar
static Exception NotSupported()
Definition Error.cs:144
static Exception ArgumentOutOfRange(string s)
Definition Error.cs:82
static Exception ArgumentNull(string s)
Definition Error.cs:66
static Exception MoreThanOneElement()
Definition Error.cs:94
static Exception MoreThanOneMatch()
Definition Error.cs:105
static Exception NoElements()
Definition Error.cs:120