5 references to GetRuntimeType
System.Private.CoreLib (5)
src\System\Object.CoreCLR.cs (1)
17RuntimeType type = RuntimeTypeHandle.GetRuntimeType(pMT);
src\System\RuntimeHandles.cs (2)
1134return RuntimeTypeHandle.GetRuntimeType(pMT); 1573return RuntimeTypeHandle.GetRuntimeType(pMT);
src\System\RuntimeType.CoreCLR.cs (1)
1794RuntimeType result = RuntimeTypeHandle.GetRuntimeType(pParentMT);
src\System\StubHelpers.cs (1)
983RuntimeType marshalerType = RuntimeTypeHandle.GetRuntimeType((MethodTable*)pMT);