2 references to IndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
1016int retVal = IndexOf(source, value, &tempMatchLength, options, fromBeginning: true); 1388int retVal = IndexOf(source, value, &tempMatchLength, options, fromBeginning: false);