3 references to LastIndexOf
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (3)
93return Interop.Globalization.LastIndexOf(_sortHandle, pTarget, target.Length, pSource, source.Length, options, matchLengthPtr); 214return Interop.Globalization.LastIndexOf(_sortHandle, b, target.Length, a, source.Length, options, matchLengthPtr); 308return Interop.Globalization.LastIndexOf(_sortHandle, b, target.Length, a, source.Length, options, matchLengthPtr);