3 references to IndexOfCore
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (3)
959return IndexOfCore(source, value, options, matchLengthPtr: null, fromBeginning: true); 1068return IndexOfCore(source, value, options, matchLengthPtr, fromBeginning); 1333return IndexOfCore(source, value, options, matchLengthPtr: null, fromBeginning: false);