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
KeyNotFoundException.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000637")]
11 [global::System.Serializable]
12 public class KeyNotFoundException : global::System.SystemException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600309B")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C14F40", Offset = "0x1C14F40", Length = "0x5C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.SlotVector`1", Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.SlotVector`1", Member = "set_Item", MemberParameters = new object[]
19 {
20 typeof(int),
21 "T"
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.SlotVector`1", Member = "get_Item", MemberParameters = new object[] { "ReLogic.Utilities.SlotId" }, ReturnType = "T")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Utilities.SlotVector`1", Member = "set_Item", MemberParameters = new object[] { "ReLogic.Utilities.SlotId", "T" }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Linq.JPropertyKeyedCollection", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = "Newtonsoft.Json.Linq.JToken")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600309C")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1C14F9C", Offset = "0x1C14F9C", Length = "0x24")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ThrowHelper), Member = "GetKeyNotFoundException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(KeyNotFoundException))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "ThrowKeyNotFoundException", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.ObjectModel.KeyedCollection<, >), Member = "get_Item", MemberParameters = new object[] { "TKey" }, ReturnType = "TItem")]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Generic.SortedList`2", Member = "get_Item", MemberParameters = new object[] { "TKey" }, ReturnType = "TValue")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.PlayerActionSet", Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = "InControl.PlayerAction")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
44 public KeyNotFoundException(string message)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x600309D")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1C14FC0", Offset = "0x1C14FC0", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
53 {
54 typeof(global::System.Runtime.Serialization.SerializationInfo),
55 typeof(global::System.Runtime.Serialization.StreamingContext)
56 }, ReturnType = typeof(void))]
57 protected KeyNotFoundException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
58 {
59 throw null;
60 }
61 }
62}
class f__AnonymousType0<< Count > j__TPar
KeyNotFoundException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)