4 references to IsDynamicType
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.StaticsLookup.cs (4)
51
Debug.Assert(runtimeTypeHandle.
IsDynamicType
());
90
Debug.Assert(runtimeTypeHandle.
IsDynamicType
());
131
if (runtimeTypeHandle.
IsDynamicType
())
166
Debug.Assert(offsetValue != 0 && runtimeTypeHandle.
IsDynamicType
());