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

◆ ScanReplacement()

RegexNode System.Text.RegularExpressions.RegexParser.ScanReplacement ( )
inlineprivate

Definition at line 168 of file RegexParser.cs.

169 {
170 RegexOptions options = this._options;
171 string pattern = this._pattern;
172 int currentPos = this._currentPos;
173 int stringLength = pattern._stringLength;
174 char c = pattern[currentPos];
175 int currentPos2 = this._currentPos;
177 string pattern2 = this._pattern;
178 long num = 0L;
179 char c2 = pattern2[currentPos];
180 int currentPos3 = this._currentPos;
181 int num2 = 1;
182 this.AddConcatenate(currentPos, (int)num, num2 != 0);
183 int currentPos4 = this._currentPos;
184 string pattern3 = this._pattern;
186 char c3 = pattern3[currentPos4];
187 RegexNode regexNode = this.ScanDollar();
189 return regexNode;
190 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._options, System.Text.RegularExpressions.RegexParser._pattern, System.Text.RegularExpressions.RegexParser.AddConcatenate(), j__TPar, System.L, System.options, and System.Text.RegularExpressions.RegexParser.ScanDollar().