17 references to IsDynamicType
System.Private.CoreLib (17)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
496
return typeHandle.ToMethodTable()->
IsDynamicType
;
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (16)
479
if (
IsDynamicType
|| !SupportsRelativePointers)
526
if (
IsDynamicType
|| !SupportsRelativePointers)
556
if (
IsDynamicType
|| !SupportsRelativePointers)
679
if (
IsDynamicType
|| !SupportsRelativePointers)
826
if (
IsDynamicType
|| !SupportsRelativePointers)
849
if (
IsDynamicType
|| !SupportsRelativePointers)
963
if (
IsDynamicType
|| !SupportsRelativePointers)
990
Debug.Assert(
IsDynamicType
);
1065
if (
IsDynamicType
|| !SupportsRelativePointers)
1104
if (!
IsDynamicType
&& SupportsRelativePointers)
1122
Debug.Assert(
IsDynamicType
);
1159
uint relativeOrFullPointerOffset = (
IsDynamicType
|| !SupportsRelativePointers ? (uint)IntPtr.Size : 4);
1233
Debug.Assert(
IsDynamicType
);
1236
if (
IsDynamicType
)
1242
Debug.Assert(
IsDynamicType
);
1245
if (
IsDynamicType
)