10 references to RuntimeType
mscorlib (10)
system\reflection\module.cs (9)
966
if (
RuntimeType
== null)
971
return
RuntimeType
.GetMethod(name, bindingAttr);
975
return
RuntimeType
.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers);
1155
if (
RuntimeType
== null)
1158
return
RuntimeType
.GetFields(bindingFlags);
1166
if (
RuntimeType
== null)
1169
return
RuntimeType
.GetField(name, bindingAttr);
1174
if (
RuntimeType
== null)
1177
return
RuntimeType
.GetMethods(bindingFlags);
system\rttype.cs (1)
1600
m_isGlobal = RuntimeTypeHandle.GetModule(runtimeType).
RuntimeType
== runtimeType;