2 references to IndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
842
return
IndexOf
(source, value, startIndex, source.Length - startIndex, options);
858
return
IndexOf
(source, value, startIndex, count, CompareOptions.None);