8 references to ContainsGCPointers
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
377if (pMT->ContainsGCPointers) 408if (pMT->ContainsGCPointers)
src\System\Array.CoreCLR.cs (4)
74if (pMT->ContainsGCPointers) 181else if (pDestMT->ContainsGCPointers) 420if (!pMT->ContainsGCPointers) 462if (pMT->ContainsGCPointers)
src\System\Object.CoreCLR.cs (1)
33if (RuntimeHelpers.GetMethodTable(clone)->ContainsGCPointers)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
334=> (obj == null) || !RuntimeHelpers.GetMethodTable(obj)->ContainsGCPointers;