7 references to IndexOfAnyExcept
Microsoft.AspNetCore.Rewrite (1)
UrlNormalizer.cs (1)
23
var firstNonSlash = url.AsSpan().
IndexOfAnyExcept
('/', '\\');
Microsoft.ML.Tokenizers (2)
RegexGenerator.g.cs (2)
487
int iteration3 = slice.
IndexOfAnyExcept
('\n', '\r');
1763
int iteration8 = slice.
IndexOfAnyExcept
('\n', '\r');
System.IO.Compression.ZipFile (1)
src\runtime\src\libraries\Common\src\System\IO\Archiving.Utils.Windows.cs (1)
56
int nonSlash = path.
IndexOfAnyExcept
('/', '\\');
System.Private.CoreLib (3)
src\runtime\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]);