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