8 references to LoadNUInt
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Byte.cs (8)
922
differentBits |=
LoadNUInt
(ref first, offset) -
LoadNUInt
(ref second, offset);
940
if (
LoadNUInt
(ref first, offset) !=
LoadNUInt
(ref second, offset))
949
result = (
LoadNUInt
(ref first, lengthToExamine) ==
LoadNUInt
(ref second, lengthToExamine));
1129
if (
LoadNUInt
(ref first, offset) !=
LoadNUInt
(ref second, offset))