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
RegexPrefix.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000C0")]
9 internal readonly struct RegexPrefix
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000461")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1EB81B0", Offset = "0x1EB81B0", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 internal RegexPrefix(string prefix, bool ci)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x170000C2")]
20 internal bool CaseInsensitive
21 {
23 [global::Cpp2ILInjected.Token(Token = "0x6000462")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1EC22CC", Offset = "0x1EC22CC", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 get
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x170000C3")]
33 internal static RegexPrefix Empty
34 {
36 [global::Cpp2ILInjected.Token(Token = "0x6000463")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1EC22D4", Offset = "0x1EC22D4", Length = "0x58")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x170000C4")]
47 internal string Prefix
48 {
50 [global::Cpp2ILInjected.Token(Token = "0x6000464")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1EC232C", Offset = "0x1EC232C", Length = "0x8")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 get
54 {
55 throw null;
56 }
57 }
58
59 // Note: this type is marked as 'beforefieldinit'.
60 [global::Cpp2ILInjected.Token(Token = "0x6000465")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1EC2334", Offset = "0x1EC2334", Length = "0x68")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
64 static RegexPrefix()
65 {
66 throw null;
67 }
68
70 [global::Cpp2ILInjected.Token(Token = "0x4000360")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
72 private readonly bool <CaseInsensitive>k__BackingField;
73
75 [global::Cpp2ILInjected.Token(Token = "0x4000361")]
77
79 [global::Cpp2ILInjected.Token(Token = "0x4000362")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
81 private readonly string <Prefix>k__BackingField;
82 }
83}
class f__AnonymousType0<< Count > j__TPar
readonly bool< CaseInsensitive > k__BackingField
static readonly RegexPrefix< Empty > k__BackingField
readonly string< Prefix > k__BackingField