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