9 references to RuntimeType
System.Private.CoreLib (9)
src\System\Reflection\RuntimeModule.cs (8)
332if (RuntimeType == null) 337return RuntimeType.GetMethod(name, bindingAttr); 341return RuntimeType.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers); 461if (RuntimeType == null) 464return RuntimeType.GetFields(bindingFlags); 472return RuntimeType?.GetField(name, bindingAttr); 478if (RuntimeType == null) 481return RuntimeType.GetMethods(bindingFlags);
src\System\RuntimeType.CoreCLR.cs (1)
1481m_isGlobal = RuntimeTypeHandle.GetModule(runtimeType).RuntimeType == runtimeType;