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

◆ InvariantLastIndexOf()

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

Definition at line 32 of file CompareInfo.cs.

33 {
34 int num = 1;
36 if (source != null)
37 {
39 }
40 int stringLength = source._stringLength;
41 if (num == 0)
42 {
43 }
44 int num2;
45 return num2;
46 }
class f__AnonymousType0<< Count > j__TPar

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

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