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