terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InitMatch()

void System.Text.RegularExpressions.RegexRunner.InitMatch ( )
inlineprivate

Definition at line 81 of file RegexRunner.cs.

82 {
83 Match match = this.runmatch;
84 Regex regex = this.runregex;
85 if (match != null)
86 {
87 string text = this.runtext;
88 int num = this.runtextbeg;
89 int num2 = this.runtextstart;
90 int num3 = this.runtextstart;
91 return;
92 }
93 Hashtable caps = regex.caps;
94 int capsize = regex.capsize;
95 string text2 = this.runtext;
96 int num4 = this.runtextbeg;
97 int num5 = this.runtextstart;
98 int num6 = this.runtextstart;
99 if (caps != null)
100 {
101 return;
102 }
103 if (this.runcrawl != null)
104 {
105 int[] array = this.runtrack;
106 int[] array2 = this.runstack;
109 return;
110 }
111 int num7 = this.runtrackcount;
112 int num8 = 32;
116 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, System.match, System.Text.RegularExpressions.RegexRunner.runcrawl, System.Text.RegularExpressions.RegexRunner.runmatch, System.Text.RegularExpressions.RegexRunner.runregex, System.Text.RegularExpressions.RegexRunner.runstack, System.Text.RegularExpressions.RegexRunner.runtext, System.Text.RegularExpressions.RegexRunner.runtextbeg, System.Text.RegularExpressions.RegexRunner.runtextstart, System.Text.RegularExpressions.RegexRunner.runtrack, System.Text.RegularExpressions.RegexRunner.runtrackcount, and System.text.

a> 1.10.0