4 references to HasLayout
System.Private.CoreLib (4)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
284
if (!
HasLayout
(new QCallTypeHandle(ref type), out _, out int size))
src\System\StubHelpers.cs (3)
1412
Marshal.
HasLayout
(new QCallTypeHandle(ref type), out bool isBlittable, out _);
1421
bool hasLayout = Marshal.
HasLayout
(new QCallTypeHandle(ref type), out bool isBlittable, out int _);
1499
bool hasLayout = Marshal.
HasLayout
(new QCallTypeHandle(ref th), out bool isBlittable, out int nativeSize);