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