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

◆ IsTrueQuantifier()

bool System.Text.RegularExpressions.RegexParser.IsTrueQuantifier ( )
inlineprivate

Definition at line 899 of file RegexParser.cs.

900 {
901 string pattern = this._pattern;
902 int currentPos = this._currentPos;
903 int stringLength = pattern._stringLength;
904 char c = pattern[currentPos];
905 char c2 = this._pattern[currentPos];
906 if (stringLength == 0)
907 {
908 return;
909 }
910 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by System.Text.RegularExpressions.RegexParser.ScanRegex().