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