16 references to ContainsGCPointers
System.Private.CoreLib (16)
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
)
src\System\Array.CoreCLR.cs (2)
213
if (pElementMethodTable->
ContainsGCPointers
)
250
if (pElementMethodTable->
ContainsGCPointers
)
src\System\Object.CoreCLR.cs (1)
39
if (RuntimeHelpers.GetMethodTable(clone)->
ContainsGCPointers
)
src\System\Runtime\CompilerServices\CastHelpers.cs (3)
577
if (typeMT->
ContainsGCPointers
)
658
if (!typeMT->
ContainsGCPointers
)
679
if (typeMT->
ContainsGCPointers
)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
54
Debug.Assert(!elementTH.AsMethodTable()->
ContainsGCPointers
);
1047
Debug.Assert(
ContainsGCPointers
);
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
382
=> (obj == null) || !RuntimeHelpers.GetMethodTable(obj)->
ContainsGCPointers
;
src\System\RuntimeType.BoxCache.cs (1)
92
if (_pMT->
ContainsGCPointers
)