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