2 references to IndexOfAnyChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
401: SpanHelpers.IndexOfAnyChar(ref Unsafe.Add(ref searchSpace, offset), valueCharU, valueCharL, searchSpaceMinusValueTailLength) :
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (1)
80: SpanHelpers.IndexOfAnyChar(ref _firstChar, valueLc, valueUc, Length);