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
BsonObject.cs
Go to the documentation of this file.
1using System;
7
9{
10 [Preserve]
11 [global::Cpp2ILInjected.Token(Token = "0x2000124")]
12 internal class BsonObject : BsonToken, IEnumerable<BsonProperty>, IEnumerable
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000B69")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1D3A210", Offset = "0x1D3A210", Length = "0x118")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "AddToken", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
21 public void Add(string name, BsonToken token)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x17000233")]
27 public override BsonType Type
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x6000B6A")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1D3A36C", Offset = "0x1D3A36C", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6000B6B")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1D3830C", Offset = "0x1D3830C", Length = "0x90")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonBinaryWriter), Member = "WriteTokenInternal", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonBinaryWriter), Member = "CalculateSize", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(int))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonObject), Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(IEnumerator))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000B6C")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1D3A374", Offset = "0x1D3A374", Length = "0x4")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BsonObject), Member = "GetEnumerator", ReturnType = typeof(IEnumerator<BsonProperty>))]
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6000B6D")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1D3A378", Offset = "0x1D3A378", Length = "0x7C")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteStartObject", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
68 public BsonObject()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x400044E")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
76 }
77}
class f__AnonymousType0<< Count > j__TPar
readonly List< BsonProperty > _children
Definition BsonObject.cs:75
void Add(string name, BsonToken token)
Definition BsonObject.cs:21
IEnumerator< BsonProperty > GetEnumerator()
Definition BsonObject.cs:47