2 references to LastIndexOfIgnoreCase
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);
676
return InvariantModeCasing.
LastIndexOfIgnoreCase
(source, value);