3 references to IndexOfAnyExcept
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
605IndexOfAnyExcept(span, value0, value1, value2) >= 0; 771IndexOfAnyExcept((ReadOnlySpan<T>)span, value0, value1, value2); 1198return IndexOfAnyExcept(span, values[0], values[1], values[2]);