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
Buffer.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Linq
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200002B")]
9 internal struct Buffer<TElement>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600012B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x18E9398", Offset = "0x18E9398", Length = "0x5A0")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1", Member = "MoveNext", ReturnType = typeof(bool))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
18 {
20 typeof(int),
22 typeof(int),
23 typeof(int)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 38)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x600012C")]
32 [global::Cpp2ILInjected.Address(RVA = "0x18E9938", Offset = "0x18E9938", Length = "0xB8")]
33 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
37 {
39 typeof(int),
41 typeof(int),
42 typeof(int)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
45 internal TElement[] ToArray()
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x40000A2")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
52 internal TElement[] items;
53
54 [global::Cpp2ILInjected.Token(Token = "0x40000A3")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
56 internal int count;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
TElement[] items
Definition Buffer.cs:52
TElement[] ToArray()
Definition Buffer.cs:45
Buffer(IEnumerable< TElement > source)
Definition Buffer.cs:26