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