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
OutOfMemoryException.cs
Go to the documentation of this file.
1using System;
4using System.Text;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000133")]
11 [global::System.Serializable]
12 public class OutOfMemoryException : global::System.SystemException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000BE4")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C56CF0", Offset = "0x1C56CF0", Length = "0x58")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "JoinCore", MemberParameters = new object[]
19 {
20 typeof(char*),
21 typeof(int),
22 typeof(string[]),
23 typeof(int),
24 typeof(int)
25 }, ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(string), Member = "ReplaceHelper", MemberParameters = new object[]
27 {
28 typeof(int),
29 typeof(string),
30 typeof(global::System.ReadOnlySpan<int>)
31 }, ReturnType = typeof(string))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Convert), Member = "ToBase64_CalculateAndValidateOutputLength", MemberParameters = new object[]
33 {
34 typeof(int),
35 typeof(bool)
36 }, ReturnType = typeof(int))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.StringBuilder), Member = "ExpandByABlock", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "GetKeys", ReturnType = "System.Collections.ObjectModel.ReadOnlyCollection`1<TKey>")]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "GetValues", ReturnType = "System.Collections.ObjectModel.ReadOnlyCollection`1<TValue>")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6000BE5")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1C56D48", Offset = "0x1C56D48", Length = "0x20")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
53 public OutOfMemoryException(string message)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000BE6")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1C56D68", Offset = "0x1C56D68", Length = "0x4")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(global::System.Runtime.Serialization.SerializationInfo),
64 typeof(global::System.Runtime.Serialization.StreamingContext)
65 }, ReturnType = typeof(void))]
66 protected OutOfMemoryException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
67 {
68 throw null;
69 }
70 }
71}
class f__AnonymousType0<< Count > j__TPar
OutOfMemoryException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)