2 references to NullableValueOffset
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (2)
141
dataAdjustedForNullable = ref Unsafe.Add(ref data, pEEType->
NullableValueOffset
);
276
data = ref Unsafe.Add(ref data, pUnboxToEEType->
NullableValueOffset
);