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

◆ Run()

Match System.Text.RegularExpressions.Regex.Run ( bool quick,
int prevlen,
string input,
int beginning,
int length,
int startat )
inlinepackage

Definition at line 609 of file Regex.cs.

610 {
611 int stringLength = input._stringLength;
612 if (this._runnerref.Get() == null)
613 {
614 if (this.factory != null)
615 {
616 }
617 RegexCode code = this._code;
618 RegexOptions regexOptions = this.roptions;
621 }
623 ExclusiveReference runnerref = this._runnerref;
624 Match match;
625 return match;
626 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture
static CultureInfo InvariantCulture
ExclusiveReference _runnerref
Definition Regex.cs:716
static Match Match(string input, string pattern)
Definition Regex.cs:194

References System.Text.RegularExpressions.Regex._code, System.Text.RegularExpressions.Regex._runnerref, System.Globalization.CultureInfo.CurrentCulture, System.Text.RegularExpressions.Regex.factory, System.Text.RegularExpressions.ExclusiveReference.Get(), System.input, System.Text.RegularExpressions.Regex.internalMatchTimeout, System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.match, and System.Text.RegularExpressions.Regex.roptions.

Referenced by System.Text.RegularExpressions.Regex.Match().