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
SparselyPopulatedArray.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Threading
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20001D9")]
8 internal class SparselyPopulatedArray<T> where T : class
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600112F")]
11 [global::Cpp2ILInjected.Address(RVA = "0x186EDBC", Offset = "0x186EDBC", Length = "0x68")]
12 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CancellationTokenSource), Member = "InternalRegister", MemberParameters = new object[]
15 {
16 typeof(global::System.Action<object>),
17 typeof(object),
20 }, ReturnType = typeof(CancellationTokenRegistration))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x17000197")]
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x6001130")]
33 [global::Cpp2ILInjected.Address(RVA = "0x186EE24", Offset = "0x186EE24", Length = "0x18")]
34 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CancellationTokenSource), Member = "ExecuteCallbackHandlers", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6001131")]
45 [global::Cpp2ILInjected.Address(RVA = "0x186EE3C", Offset = "0x186EE3C", Length = "0x1E4")]
46 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CancellationTokenSource), Member = "InternalRegister", MemberParameters = new object[]
49 {
50 typeof(global::System.Action<object>),
51 typeof(object),
54 }, ReturnType = typeof(CancellationTokenRegistration))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x4000943")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
65
66 [global::Cpp2ILInjected.Token(Token = "0x4000944")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
69 }
70}
class f__AnonymousType0<< Count > j__TPar
readonly SparselyPopulatedArrayFragment< T > _head
SparselyPopulatedArrayFragment< T > Tail
SparselyPopulatedArrayFragment< T > _tail
SparselyPopulatedArrayAddInfo< T > Add(T element)