2 references to LastIndexOf
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (2)
698return LastIndexOf(value, startIndex, StringComparison.Ordinal); 730return LastIndexOf(value, Length - 1, comparisonType);