6 references to LastIndexOf
Microsoft.AspNetCore.Server.HttpSys (1)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (5)
632return LastIndexOf(value, Length - 1, Length, StringComparison.CurrentCulture);
637return LastIndexOf(value, startIndex, startIndex + 1, StringComparison.CurrentCulture);
642return LastIndexOf(value, startIndex, count, StringComparison.CurrentCulture);
647return LastIndexOf(value, Length - 1, Length, comparisonType);
652return LastIndexOf(value, startIndex, startIndex + 1, comparisonType);