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
ArrayPool.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000660")]
9 public abstract class ArrayPool<T>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170007FA")]
12 public static ArrayPool<T> Shared
13 {
14 [global::System.Runtime.CompilerServices.CompilerGenerated]
15 [global::Cpp2ILInjected.Token(Token = "0x60031BC")]
16 [global::Cpp2ILInjected.Address(RVA = "0x15C6718", Offset = "0x15C6718", Length = "0x6C")]
17 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x60031BD")]
27 public abstract T[] Rent(int minimumLength);
28
29 [global::Cpp2ILInjected.Token(Token = "0x60031BE")]
30 public abstract void Return(T[] array, bool clearArray = false);
31
32 [global::Cpp2ILInjected.Token(Token = "0x60031BF")]
33 [global::Cpp2ILInjected.Address(RVA = "0x15C6784", Offset = "0x15C6784", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 protected ArrayPool()
38 {
39 throw null;
40 }
41
42 // Note: this type is marked as 'beforefieldinit'.
43 [global::Cpp2ILInjected.Token(Token = "0x60031C0")]
44 [global::Cpp2ILInjected.Address(RVA = "0x15C678C", Offset = "0x15C678C", Length = "0xEC")]
45 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
49 static ArrayPool()
50 {
51 throw null;
52 }
53
54 [global::System.Runtime.CompilerServices.CompilerGenerated]
55 [global::Cpp2ILInjected.Token(Token = "0x4001AA9")]
57 }
58}
class f__AnonymousType0<< Count > j__TPar
static readonly ArrayPool< T >< Shared > k__BackingField
Definition ArrayPool.cs:56
static ArrayPool< T > Shared
Definition ArrayPool.cs:13
void Return(T[] array, bool clearArray=false)
T[] Rent(int minimumLength)