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