2 references to IsAddressGreaterThanOrEqualTo
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (1)
490
if (Unsafe.
IsAddressGreaterThanOrEqualTo
(ref leftRef, ref rightRef))
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\RabinKarp.cs (1)
145
if (Unsafe.
IsAddressGreaterThanOrEqualTo
(ref current, ref end))