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

◆ GetCachedCode()

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

Definition at line 15 of file Regex.cs.

16 {
17 if (!true)
18 {
19 }
20 if (key._pattern == null)
21 {
22 }
23 string text = key._pattern;
24 return this.GetCachedCodeEntryInternal(key, isToAdd);
25 }
Regex.CachedCodeEntry GetCachedCodeEntryInternal(Regex.CachedCodeEntryKey key, bool isToAdd)
Definition Regex.cs:28

References System.Text.RegularExpressions.Regex.GetCachedCodeEntryInternal(), System.key, and System.text.