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