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