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

◆ ScanBackslash()

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

Definition at line 380 of file RegexParser.cs.

381 {
382 string pattern = this._pattern;
383 int currentPos = this._currentPos;
384 int stringLength = pattern._stringLength;
385 char c = pattern[currentPos];
386 int currentPos2 = this._currentPos;
388 RegexOptions options = this._options;
389 if (currentPos2 == 0)
390 {
391 }
392 int currentPos3 = this._currentPos;
394 string text = this.ParseProperty();
395 RegexOptions options2 = this._options;
396 string pattern2 = this._pattern;
397 RegexOptions options3 = this._options;
399 RegexOptions options4 = this._options;
400 RegexNode regexNode;
401 return regexNode;
402 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.RegexParser._culture, System.Text.RegularExpressions.RegexParser._currentPos, System.Text.RegularExpressions.RegexParser._options, System.Text.RegularExpressions.RegexParser._pattern, System.culture, j__TPar, System.options, System.Text.RegularExpressions.RegexParser.ParseProperty(), and System.text.

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