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