14 references to ContainsGCPointers
System.Private.CoreLib (14)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
85Debug.Assert(!mt->ContainsGCPointers || RuntimeImports.RhGetGCDescSize(mt) != 0);
Internal\Runtime\CompilerHelpers\RuntimeInteropData.cs (1)
70Debug.Assert(!structureMT->ContainsGCPointers);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (2)
159if (pEEType->ContainsGCPointers) 281if (pEEType->ContainsGCPointers)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (6)
383if (pMT->ContainsGCPointers) 420if (pMT->ContainsGCPointers) 471if (pMT->ContainsGCPointers) 565else if (pDestMT->ContainsGCPointers) 673if (!pMT->ContainsGCPointers) 715if (pMT->ContainsGCPointers)
System\Object.NativeAot.cs (1)
41if (this.GetMethodTable()->ContainsGCPointers)
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
180return (o == null) || !o.GetMethodTable()->ContainsGCPointers;
System\ValueType.cs (2)
73Debug.Assert(!this.GetMethodTable()->ContainsGCPointers); 127Debug.Assert(!type->ContainsGCPointers);