42 references to IsAddressLessThan
System.Linq (4)
System\Linq\MaxMin.cs (3)
59
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
83
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
107
while (Unsafe.
IsAddressLessThan
(ref current, ref lastVectorStart))
System\Linq\Range.cs (1)
105
while (Unsafe.
IsAddressLessThan
(ref pos, ref end))
System.Private.CoreLib (38)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (4)
477
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref rightRef))
481
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref nextToLastRef) && (leftRef = ref Unsafe.Add(ref leftRef, 1)) == null) ;
486
while (Unsafe.
IsAddressLessThan
(ref leftRef, ref nextToLastRef) && GreaterThan(ref pivot, ref leftRef = ref Unsafe.Add(ref leftRef, 1))) ;
490
if (!Unsafe.
IsAddressLessThan
(ref leftRef, ref rightRef))
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (2)
360
while (Unsafe.
IsAddressLessThan
(ref pos, ref blockEnd))
385
while (Unsafe.
IsAddressLessThan
(ref pos, ref end))
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (6)
340
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
393
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
622
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
671
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
894
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
946
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref vectorAwayFromEnd));
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\RabinKarp.cs (1)
145
if (!Unsafe.
IsAddressLessThan
(ref current, ref end))
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.cs (1)
344
} while (Unsafe.
IsAddressLessThan
(ref first, ref last));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (15)
175
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
225
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
283
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
374
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
425
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
485
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
585
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
638
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
699
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
801
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
855
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
917
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
999
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
1051
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
1112
while (Unsafe.
IsAddressLessThan
(ref currentSearchSpace, ref twoVectorsAwayFromEnd));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (9)
3533
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
3562
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
3591
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd));
3752
while (Unsafe.
IsAddressLessThan
(ref current, ref end))
3764
while (Unsafe.
IsAddressLessThan
(ref current, ref end))
3789
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
3804
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
3819
while (Unsafe.
IsAddressLessThan
(ref current, ref oneVectorAwayFromEnd))
3833
while (Unsafe.
IsAddressLessThan
(ref current, ref end))