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

◆ RegexReplacement()

System.Text.RegularExpressions.RegexReplacement.RegexReplacement ( string rep,
RegexNode concat,
Hashtable _caps )
inline

Definition at line 13 of file RegexReplacement.cs.

14 {
15 int ntype = concat.NType;
16 StringBuilder stringBuilder = StringBuilderCache.Acquire(16);
17 long num = 0L;
18 List<RegexNode> children = concat.Children;
19 if (children != null)
20 {
21 int size = children._size;
22 }
23 RegexNode regexNode = concat.Child((int)num);
24 int ntype2 = regexNode.NType;
25 string str = regexNode.Str;
26 StringBuilder stringBuilder2 = stringBuilder.Append(str);
27 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Generic.List< T >._size, System.Text.StringBuilderCache.Acquire(), System.Text.StringBuilder.Append(), System.Text.RegularExpressions.RegexNode.Child(), j__TPar, System.L, and System.Text.RegularExpressions.RegexNode.NType.