6 references to LastIndexOf
Microsoft.AspNetCore.Server.HttpSys (1)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (5)
355return LastIndexOf(value, Length - 1, Length, StringComparison.CurrentCulture);
360return LastIndexOf(value, startIndex, startIndex + 1, StringComparison.CurrentCulture);
365return LastIndexOf(value, startIndex, count, StringComparison.CurrentCulture);
370return LastIndexOf(value, Length - 1, Length, comparisonType);
375return LastIndexOf(value, startIndex, startIndex + 1, comparisonType);