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);
461
if (
RuntimeType
== null)
464
return
RuntimeType
.GetFields(bindingFlags);
472
return
RuntimeType
?.GetField(name, bindingAttr);
478
if (
RuntimeType
== null)
481
return
RuntimeType
.GetMethods(bindingFlags);
src\System\RuntimeType.CoreCLR.cs (1)
1481
m_isGlobal = RuntimeTypeHandle.GetModule(runtimeType).
RuntimeType
== runtimeType;