4 references to GetRuntimeType
System.Private.CoreLib (4)
src\System\Object.CoreCLR.cs (1)
17RuntimeType type = RuntimeTypeHandle.GetRuntimeType(pMT);
src\System\RuntimeHandles.cs (2)
1089return RuntimeTypeHandle.GetRuntimeType(pMT); 1520return RuntimeTypeHandle.GetRuntimeType(pMT);
src\System\RuntimeType.CoreCLR.cs (1)
1766RuntimeType result = RuntimeTypeHandle.GetRuntimeType(pParentMT);