2 references to LastIndexOf
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (2)
621
return ignoreCase ? InvariantModeCasing.LastIndexOfIgnoreCase(source.AsSpan(startIndex, count), value) :
LastIndexOf
(source, value, startIndex, count);
631
LastIndexOf
(source, value, startIndex, count);