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

◆ ScanBlank()

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

Definition at line 358 of file RegexParser.cs.

359 {
360 RegexOptions options = this._options;
361 string pattern = this._pattern;
362 int currentPos = this._currentPos;
363 int stringLength = pattern._stringLength;
364 int currentPos2 = this._currentPos;
365 string pattern2 = this._pattern;
366 string pattern3 = this._pattern;
367 int currentPos3 = this._currentPos;
368 char c = pattern3[currentPos3];
369 string pattern4 = this._pattern;
370 int currentPos4 = this._currentPos;
371 int stringLength2 = pattern4._stringLength;
372 char c2 = pattern4[currentPos4];
373 int currentPos5 = this._currentPos;
374 string pattern5 = this._pattern;
376 int stringLength3 = pattern5._stringLength;
377 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by System.Text.RegularExpressions.RegexParser.CountCaptures(), and System.Text.RegularExpressions.RegexParser.ScanRegex().