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

◆ Regex() [4/4]

System.Text.RegularExpressions.Regex.Regex ( string pattern,
RegexOptions options,
TimeSpan matchTimeout,
bool addToCache )
inlineprivate

Definition at line 480 of file Regex.cs.

481 {
482 do
483 {
484 base..ctor();
485 }
486 while (pattern == null);
487 if (!true)
488 {
489 if (!true)
490 {
491 }
492 Regex.ValidateMatchTimeout(matchTimeout);
496 if (!true)
497 {
498 }
500 return;
501 }
502 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, System.options, System.Text.RegularExpressions.Regex.pattern, and System.Text.RegularExpressions.Regex.ValidateMatchTimeout().