5 references to LastIndexOf
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (5)
638return LastIndexOf(value, Length - 1, Length, StringComparison.CurrentCulture); 643return LastIndexOf(value, startIndex, startIndex + 1, StringComparison.CurrentCulture); 648return LastIndexOf(value, startIndex, count, StringComparison.CurrentCulture); 653return LastIndexOf(value, Length - 1, Length, comparisonType); 658return LastIndexOf(value, startIndex, startIndex + 1, comparisonType);