16 references to ContainsGCPointers
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
375if (pMT->ContainsGCPointers) 406if (pMT->ContainsGCPointers)
src\System\Array.CoreCLR.cs (6)
77if (pMT->ContainsGCPointers) 262else if (pDestMT->ContainsGCPointers) 360if (!pMT->ContainsGCPointers) 402if (pMT->ContainsGCPointers) 521if (pElementMethodTable->ContainsGCPointers) 558if (pElementMethodTable->ContainsGCPointers)
src\System\Object.CoreCLR.cs (1)
39if (RuntimeHelpers.GetMethodTable(clone)->ContainsGCPointers)
src\System\Runtime\CompilerServices\CastHelpers.cs (3)
586if (!typeMT->ContainsGCPointers) 607if (typeMT->ContainsGCPointers) 633if (dstMT->ContainsGCPointers)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
53Debug.Assert(!elementTH.AsMethodTable()->ContainsGCPointers); 929Debug.Assert(ContainsGCPointers);
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
335=> (obj == null) || !RuntimeHelpers.GetMethodTable(obj)->ContainsGCPointers;
src\System\RuntimeType.BoxCache.cs (1)
91if (_pMT->ContainsGCPointers)