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