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

◆ RegexBoyerMoore()

System.Text.RegularExpressions.RegexBoyerMoore.RegexBoyerMoore ( string pattern,
bool caseInsensitive,
bool rightToLeft,
CultureInfo culture )
inline

Definition at line 10 of file RegexBoyerMoore.cs.

11 {
12 StringBuilder stringBuilder = StringBuilderCache.Acquire(pattern._stringLength);
13 int stringLength = pattern._stringLength;
14 long num = 0L;
15 char c = pattern[(int)num];
16 int stringLength2 = pattern._stringLength;
17 string stringAndRelease = StringBuilderCache.GetStringAndRelease(stringBuilder);
20 int stringLength3 = stringAndRelease._stringLength;
21 char c2 = stringAndRelease[rightToLeft ? 1 : 0];
22 int[] positive = this.Positive;
23 char c3 = stringAndRelease[(int)num];
24 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.StringBuilderCache.Acquire(), System.culture, System.Text.StringBuilderCache.GetStringAndRelease(), j__TPar, System.L, and System.Text.RegularExpressions.RegexBoyerMoore.Positive.