7 references to IsFinalizable
System.Private.CoreLib (7)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (3)
845Debug.Assert(IsFinalizable); 1187Debug.Assert(IsFinalizable); 1190if (IsFinalizable)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (3)
52if (pEEType->IsFinalizable) 115if (pEEType->IsFinalizable) 129Debug.Assert(pEEType->IsValueType && !pEEType->IsByRefLike && !pEEType->IsFinalizable);
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
220return GetMethodTable(obj)->IsFinalizable;