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

◆ GetHashCodeOfString()

int System.Globalization.CompareInfo.GetHashCodeOfString ( string source,
CompareOptions options )
inlinepackage

Definition at line 513 of file CompareInfo.cs.

514 {
515 while (source == null)
516 {
517 }
518 if (!true)
519 {
520 }
521 if (!true)
522 {
523 }
524 if (true)
525 {
526 }
527 return CompareInfo.GetIgnoreCaseHash(source);
528 }

References System.Globalization.CompareInfo.GetIgnoreCaseHash(), and System.source.

Referenced by System.CultureAwareComparer.GetHashCode().