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