2 references to LastIndexOfAny
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3050
LastIndexOfAny
((ReadOnlySpan<T>)span, values);
System.Private.Uri (1)
System\DomainNameHelper.cs (1)
58
int index = str.AsSpan(start, end - start).
LastIndexOfAny
(s_asciiLetterUpperOrColonChars);