3 references to IsPinnable
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ArrayWithOffset.cs (1)
23
if (array is not Array arrayObj || (arrayObj.Rank != 1) || !Marshal.
IsPinnable
(arrayObj))
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (2)
39
if (type == GCHandleType.Pinned && !Marshal.
IsPinnable
(value))
95
if (IsPinned(handle) && !Marshal.
IsPinnable
(value))