58 references to IndexOfAnyExceptInRange
dotnet-dev-certs (1)
_generated\10\RegexGenerator.g.cs (1)
346
int iteration1 = slice.Slice(1).
IndexOfAnyExceptInRange
('0', '9');
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
_generated\0\RegexGenerator.g.cs (1)
346
int iteration1 = slice.Slice(1).
IndexOfAnyExceptInRange
('0', '9');
Microsoft.AspNetCore.Server.Kestrel.Core (1)
_generated\1\RegexGenerator.g.cs (1)
348
int iteration1 = slice.Slice(1).
IndexOfAnyExceptInRange
('0', '9');
Microsoft.Build (14)
_generated\10\RegexGenerator.g.cs (14)
1896
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
1923
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
2434
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2561
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2589
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2716
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2744
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2872
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2900
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2928
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
3057
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
3085
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
3113
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
3141
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
Microsoft.Build.Tasks.Core (14)
_generated\0\RegexGenerator.g.cs (14)
1514
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
1541
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
2052
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2179
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2207
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2334
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2362
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2490
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2518
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2546
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
2675
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2703
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2731
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
2759
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
Microsoft.Build.Utilities.Core (14)
_generated\0\RegexGenerator.g.cs (14)
1355
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
1382
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
1893
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2020
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2048
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2175
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2203
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2331
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2359
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2387
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
2516
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
2544
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
2572
int iteration2 = slice.
IndexOfAnyExceptInRange
('0', '9');
2600
int iteration3 = slice.
IndexOfAnyExceptInRange
('0', '9');
Microsoft.DotNet.HotReload.Watch (1)
_generated\0\RegexGenerator.g.cs (1)
686
int iteration2 = slice.Slice(1).
IndexOfAnyExceptInRange
('0', '9');
RepoTasks (1)
_generated\0\RegexGenerator.g.cs (1)
346
int iteration1 = slice.Slice(1).
IndexOfAnyExceptInRange
('0', '9');
System.Net.Http (1)
System\Net\Http\Headers\UriHeaderParser.cs (1)
65
int possibleUtf8Pos = input.AsSpan().
IndexOfAnyExceptInRange
((char)0, (char)127);
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1790
int firstNonAscii = span.Slice(i).
IndexOfAnyExceptInRange
((byte)0, (byte)127);
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
1492
int i = _str.Slice(_pos).
IndexOfAnyExceptInRange
('0', '9');
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
696
IndexOfAnyExceptInRange
(span, lowInclusive, highInclusive) >= 0;
1967
/// <inheritdoc cref="
IndexOfAnyExceptInRange
{T}(ReadOnlySpan{T}, T, T)"/>
1971
IndexOfAnyExceptInRange
((ReadOnlySpan<T>)span, lowInclusive, highInclusive);
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\RangeByteSearchValues.cs (1)
43
span.
IndexOfAnyExceptInRange
(_lowInclusive, _highInclusive);
System.Private.Xml (1)
_generated\0\RegexGenerator.g.cs (1)
2493
int iteration = slice.
IndexOfAnyExceptInRange
('0', '9');
System.Text.Json (1)
_generated\0\RegexGenerator.g.cs (1)
139
int iteration1 = slice.
IndexOfAnyExceptInRange
('0', '9');
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
665
int i = primarySet.Negated ? span.
IndexOfAnyExceptInRange
(low, high) : span.IndexOfAnyInRange(low, high);
System.Web.HttpUtility (1)
System\Web\Util\HttpEncoder.cs (1)
553
int i = value.AsSpan().
IndexOfAnyExceptInRange
((char)0x21, (char)0x7F);