3 references to GetStructUnsafeStructSize
System.Private.CoreLib (3)
System\Runtime\InteropServices\Marshal.NativeAot.cs (3)
29
return RuntimeInteropData.
GetStructUnsafeStructSize
(t.TypeHandle);
82
nuint size = (nuint)RuntimeInteropData.
GetStructUnsafeStructSize
(structureTypeHandle);
149
nuint size = (nuint)RuntimeInteropData.
GetStructUnsafeStructSize
(structureTypeHandle);