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

◆ ParseProperty()

string System.Text.RegularExpressions.RegexParser.ParseProperty ( )
inlineprivate

Definition at line 595 of file RegexParser.cs.

596 {
597 string pattern = this._pattern;
598 int currentPos = this._currentPos;
599 int stringLength = pattern._stringLength;
601 char c = pattern[currentPos];
602 int currentPos2 = this._currentPos;
603 string pattern2 = this._pattern;
604 int stringLength2 = pattern2._stringLength;
605 long num = 0L;
607 bool flag = RegexCharClass.IsWordChar(pattern2[currentPos2]);
608 int currentPos3 = this._currentPos;
609 string pattern3 = this._pattern;
611 string text = pattern3.Substring(currentPos2, (int)num);
612 string pattern4 = this._pattern;
613 int currentPos4 = this._currentPos;
614 int stringLength3 = pattern4._stringLength;
616 char c2 = pattern4[currentPos4];
617 return text;
618 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._pattern, System.Text.RegularExpressions.RegexCharClass.IsWordChar(), j__TPar, System.L, and System.text.

Referenced by System.Text.RegularExpressions.RegexParser.ScanBackslash(), and System.Text.RegularExpressions.RegexParser.ScanCharClass().