10 references to GetRuntimeType
System.Private.CoreLib (10)
src\System\Reflection\FieldInfo.CoreCLR.cs (1)
29
return RuntimeType.GetFieldInfo(declaringType.
GetRuntimeType
(), handle.GetRuntimeFieldInfo());
src\System\Reflection\MdConstant.cs (1)
12
RuntimeType fieldType = fieldTypeHandle.
GetRuntimeType
();
src\System\Reflection\MdFieldInfo.cs (1)
23
: base(reflectedTypeCache, declaringTypeHandle.
GetRuntimeType
(), bindingFlags)
src\System\Reflection\MethodBase.CoreCLR.cs (1)
36
return RuntimeType.GetMethodBase(declaringType.
GetRuntimeType
(), handle.GetMethodInfo());
src\System\Reflection\RuntimeModule.cs (1)
242
return GetModuleHandleImpl().ResolveTypeHandle(metadataToken, typeArgs, methodArgs).
GetRuntimeType
();
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
101
TypeHandle th = targetTypeHandle.
GetRuntimeType
().GetNativeTypeHandle();
171
RuntimeType rt = type.
GetRuntimeType
() ??
561
return type.
GetRuntimeType
().Box(ref target);
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
32
RuntimeType implType = handle.
GetRuntimeType
();
src\System\RuntimeType.CoreCLR.cs (1)
1102
nestedType = moduleHandle.ResolveTypeHandle(tkNestedClasses[i]).
GetRuntimeType
();