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
BsonRegex.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x2000129")]
11 internal class BsonRegex : BsonToken
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x1700023A")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000B7E")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1D3A5CC", Offset = "0x1D3A5CC", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x6000B7F")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1D3A5D4", Offset = "0x1D3A5D4", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x1700023B")]
36 {
38 [global::Cpp2ILInjected.Token(Token = "0x6000B80")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1D3A5DC", Offset = "0x1D3A5DC", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 get
42 {
43 throw null;
44 }
46 [global::Cpp2ILInjected.Token(Token = "0x6000B81")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1D3A5E4", Offset = "0x1D3A5E4", Length = "0x8")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 set
50 {
51 throw null;
52 }
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6000B82")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1D3A5EC", Offset = "0x1D3A5EC", Length = "0xB0")]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteRegex", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(string)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
65 public BsonRegex(string pattern, string options)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x1700023C")]
71 public override BsonType Type
72 {
73 [global::Cpp2ILInjected.Token(Token = "0x6000B83")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1D3A69C", Offset = "0x1D3A69C", Length = "0x8")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 get
77 {
78 throw null;
79 }
80 }
81
83 [global::Cpp2ILInjected.Token(Token = "0x4000455")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
85 private BsonString <Pattern>k__BackingField;
86
88 [global::Cpp2ILInjected.Token(Token = "0x4000456")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
90 private BsonString <Options>k__BackingField;
91 }
92}
class f__AnonymousType0<< Count > j__TPar
BsonRegex(string pattern, string options)
Definition BsonRegex.cs:65
BsonString< Pattern > k__BackingField
Definition BsonRegex.cs:85
BsonString< Options > k__BackingField
Definition BsonRegex.cs:90