1 reference to IsCollectible
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
3287
bool isCollectible = th.IsTypeDesc ? th.AsTypeDesc()->IsCollectible : th.AsMethodTable()->
IsCollectible
;