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