5 references to IndexOfAnyExcept
Microsoft.ML.Tokenizers (2)
RegexGenerator.g.cs (2)
487
int iteration3 = slice.
IndexOfAnyExcept
('\n', '\r');
1763
int iteration8 = slice.
IndexOfAnyExcept
('\n', '\r');
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
579
IndexOfAnyExcept
(span, value0, value1) >= 0;
761
IndexOfAnyExcept
((ReadOnlySpan<T>)span, value0, value1);
1199
return
IndexOfAnyExcept
(span, values[0], values[1]);