7 references to IndexOfAnyExcept
System.Drawing.Common.Tests (2)
System\Drawing\GraphicsTests.cs (2)
2946
bytes.
IndexOfAnyExcept
((byte)0).Should().Be(-1);
2960
bytes.
IndexOfAnyExcept
((byte)0).Should().NotBe(-1);
System.Formats.Tar (1)
src\libraries\Common\src\System\IO\Archiving.Utils.Unix.cs (1)
15
int nonSlash = path.
IndexOfAnyExcept
('/');
System.IO.Compression.ZipFile (1)
src\libraries\Common\src\System\IO\Archiving.Utils.Unix.cs (1)
15
int nonSlash = path.
IndexOfAnyExcept
('/');
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
546
IndexOfAnyExcept
(span, value) >= 0;
743
IndexOfAnyExcept
((ReadOnlySpan<T>)span, value);
System.Text.Json (1)
System\Text\Json\JsonHelpers.cs (1)
534
int firstNonZero = span.
IndexOfAnyExcept
((byte)'0');