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
MatchSparse.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000AB")]
9 internal class MatchSparse : Match
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000328")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1EAA67C", Offset = "0x1EAA67C", Length = "0xB0")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexRunner), Member = "InitMatch", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Match), Member = ".ctor", MemberParameters = new object[]
16 {
18 typeof(int),
19 typeof(string),
20 typeof(int),
21 typeof(int),
22 typeof(int)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
25 internal MatchSparse(Regex regex, Hashtable caps, int capcount, string text, int begpos, int len, int startpos)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x170000AF")]
31 public override GroupCollection Groups
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x6000329")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1EAA72C", Offset = "0x1EAA72C", Length = "0x6C")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x400029A")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
46 internal new readonly Hashtable _caps;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
MatchSparse(Regex regex, Hashtable caps, int capcount, string text, int begpos, int len, int startpos)