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

◆ GetCachedCodeEntryInternal()

Regex.CachedCodeEntry System.Text.RegularExpressions.Regex.GetCachedCodeEntryInternal ( Regex::CachedCodeEntryKey key,
bool isToAdd )
inlineprivate

Definition at line 28 of file Regex.cs.

29 {
30 if (!true)
31 {
32 }
33 string text = key._pattern;
34 if (text == null)
35 {
36 }
38 long num2;
39 if (cachedCodeEntry == null)
40 {
41 if (text == null)
42 {
43 }
44 string text2 = key._pattern;
47 string[] array = this.capslist;
48 int num = this.capsize;
49 ExclusiveReference runnerref = this._runnerref;
51 string text3 = key._pattern;
52 if (text3 == null)
53 {
54 }
55 if (text3 == null)
56 {
57 }
58 if (text3 == null)
59 {
60 }
61 string text4 = key._pattern;
62 if (text3 == null)
63 {
64 }
65 num2 = 0L;
66 }
67 if (num2 == 0L)
68 {
69 }
70 throw new OutOfMemoryException();
71 }
class f__AnonymousType0<< Count > j__TPar
ExclusiveReference _runnerref
Definition Regex.cs:716
WeakReference< RegexReplacement > _replref
Definition Regex.cs:719

References System.Text.RegularExpressions.Regex._replref, System.Text.RegularExpressions.Regex._runnerref, System.array, System.Text.RegularExpressions.Regex.capnames, System.Text.RegularExpressions.Regex.caps, System.Text.RegularExpressions.Regex.capsize, System.Text.RegularExpressions.Regex.capslist, j__TPar, System.key, System.L, and System.text.

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