7 references to GetRuntimeType
mscorlib (7)
system\argiterator.cs (1)
96InternalGetNextArg(&result, rth.GetRuntimeType());
system\reflection\fieldinfo.cs (2)
60return RuntimeType.GetFieldInfo(declaringType.GetRuntimeType(), handle.GetRuntimeFieldInfo()); 847: base(reflectedTypeCache, declaringTypeHandle.GetRuntimeType(), bindingFlags)
system\reflection\mdconstant.cs (1)
25RuntimeType fieldType = fieldTypeHandle.GetRuntimeType();
system\reflection\methodbase.cs (1)
84return RuntimeType.GetMethodBase(declaringType.GetRuntimeType(), handle.GetMethodInfo());
system\reflection\module.cs (1)
850Type t = GetModuleHandle().ResolveTypeHandle(metadataToken, typeArgs, methodArgs).GetRuntimeType();
system\runtime\compilerservices\runtimehelpers.cs (1)
67_RunClassConstructor(type.GetRuntimeType());