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

◆ CountCaptures()

void System.Text.RegularExpressions.RegexParser.CountCaptures ( )
inlineprivate

Definition at line 632 of file RegexParser.cs.

633 {
634 long num = 0L;
635 long num2 = 0L;
636 this.NoteCaptureSlot((int)num, (int)num2);
637 string pattern = this._pattern;
638 int num3 = 1;
640 int currentPos = this._currentPos;
641 int stringLength = pattern._stringLength;
643 char c = pattern[currentPos];
644 string pattern2 = this._pattern;
645 int currentPos2 = this._currentPos;
646 int stringLength2 = pattern2._stringLength;
647 char c2 = pattern2[currentPos];
648 string pattern3 = this._pattern;
649 int currentPos3 = this._currentPos;
650 char c3 = pattern3[currentPos3];
651 int currentPos4 = this._currentPos;
653 this.ScanBlank();
654 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._pattern, j__TPar, System.L, System.Text.RegularExpressions.RegexParser.NoteCaptureSlot(), and System.Text.RegularExpressions.RegexParser.ScanBlank().