1 implementation of IsCollectible
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1035
public bool
IsCollectible
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsCollectible;
3 references to IsCollectible
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
2385
if (!thExact.IsNull && !rts.
IsCollectible
(thExact))
2451
isCollectibleStatic = rts.
IsCollectible
(enclosingTh);
SOSDacImpl.cs (1)
5425
bool isCollectible = rtsContract.
IsCollectible
(typeHandle);