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
BsonObjectId.cs
Go to the documentation of this file.
1using System;
8
10{
11 [Preserve]
12 [global::Cpp2ILInjected.Token(Token = "0x200012D")]
13 public class BsonObjectId
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x17000240")]
16 public byte[] Value
17 {
19 [global::Cpp2ILInjected.Token(Token = "0x6000BB4")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1D3BB44", Offset = "0x1D3BB44", Length = "0x8")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 get
23 {
24 throw null;
25 }
27 [global::Cpp2ILInjected.Token(Token = "0x6000BB5")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1D3BB4C", Offset = "0x1D3BB4C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 private set
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000BB6")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1D3BB54", Offset = "0x1D3BB54", Length = "0xD4")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonObjectIdConverter), Member = "ReadJson", MemberParameters = new object[]
40 {
42 typeof(Type),
43 typeof(object),
45 }, ReturnType = typeof(object))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationUtils), Member = "ArgumentNotNull", MemberParameters = new object[]
49 {
50 typeof(object),
51 typeof(string)
52 }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(string),
56 typeof(string)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
59 public BsonObjectId(byte[] value)
60 {
61 throw null;
62 }
63
65 [global::Cpp2ILInjected.Token(Token = "0x4000472")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
67 private byte[] <Value>k__BackingField;
68 }
69}
class f__AnonymousType0<< Count > j__TPar