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