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); 456if (RuntimeType == null) 459return RuntimeType.GetFields(bindingFlags); 467return RuntimeType?.GetField(name, bindingAttr); 473if (RuntimeType == null) 476return RuntimeType.GetMethods(bindingFlags);
src\System\RuntimeType.CoreCLR.cs (1)
1455m_isGlobal = RuntimeTypeHandle.GetModule(runtimeType).RuntimeType == runtimeType;