7 references to GetRuntimeTypeFromHandle
System.Private.CoreLib (7)
src\System\Reflection\TypeNameResolver.CoreCLR.cs (1)
279return RuntimeTypeHandle.GetRuntimeTypeFromHandle(typeHandle);
src\System\RuntimeHandles.cs (3)
66return GetRuntimeTypeFromHandle(handle); 455RuntimeType result = GetRuntimeTypeFromHandle(handle); 732RuntimeType result = GetRuntimeTypeFromHandle(retTypeHandle);
src\System\StubHelpers.cs (3)
2074StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2097StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2120StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT));