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

◆ ScanBasicBackslash()

RegexNode System.Text.RegularExpressions.RegexParser.ScanBasicBackslash ( bool scanOnly)
inlineprivate

Definition at line 405 of file RegexParser.cs.

406 {
407 string pattern = this._pattern;
408 int currentPos = this._currentPos;
409 int stringLength = pattern._stringLength;
410 char c = pattern[currentPos];
411 string pattern2 = this._pattern;
412 int currentPos2 = this._currentPos;
413 int stringLength2 = pattern2._stringLength;
415 char c2 = pattern2[currentPos];
416 string pattern3 = this._pattern;
417 int currentPos3 = this._currentPos;
418 int stringLength3 = pattern3._stringLength;
419 return "Malformed \\k<...> named back reference.";
420 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._pattern, and j__TPar.