9 references to RuntimeType
System.Private.CoreLib (9)
src\System\Reflection\RuntimeModule.cs (8)
332
if (
RuntimeType
== null)
337
return
RuntimeType
.GetMethod(name, bindingAttr);
341
return
RuntimeType
.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers);
456
if (
RuntimeType
== null)
459
return
RuntimeType
.GetFields(bindingFlags);
467
return
RuntimeType
?.GetField(name, bindingAttr);
473
if (
RuntimeType
== null)
476
return
RuntimeType
.GetMethods(bindingFlags);
src\System\RuntimeType.CoreCLR.cs (1)
1455
m_isGlobal = RuntimeTypeHandle.GetModule(runtimeType).
RuntimeType
== runtimeType;