2 references to GetRawObjectDataSize
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
227
RuntimeImports.RhBulkMoveWithWriteBarrier(ref obj.GetRawData(), ref *(byte*)pPreInitDataAddr, obj.
GetRawObjectDataSize
());
System\Object.NativeAot.cs (1)
37
nuint byteCount = RuntimeHelpers.
GetRawObjectDataSize
(this);