1 implementation of IsCollectible
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
820public bool IsCollectible(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? false : _methodTables[typeHandle.Address].Flags.IsCollectible;
1 reference to IsCollectible
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
5437bool isCollectible = rtsContract.IsCollectible(typeHandle);