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

◆ InvariantIndexOf()

static int System.Globalization.CompareInfo.InvariantIndexOf ( string source,
string value,
int startIndex,
int count,
bool ignoreCase )
inlinestaticpackage

Definition at line 15 of file CompareInfo.cs.

16 {
17 int num = 1;
19 if (source != null)
20 {
22 }
23 int stringLength = source._stringLength;
24 if (num == 0)
25 {
26 }
27 int num2;
28 return num2;
29 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData, and System.source.

Referenced by System.Globalization.CompareInfo.IndexOfOrdinal().