27 references to ReflectedType
mscorlib (27)
system\rttype.cs (27)
333bool isInherited = declaringType != ReflectedType; 363!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType, ReflectedType) : 364approxDeclaringType != ReflectedType; 369new RtFieldInfo(field, ReflectedType, m_runtimeTypeCache, bindingFlags) 627RuntimeType declaringType = ReflectedType; 736bool isInherited = declaringType != ReflectedType; 799if (ReflectedType.IsGenericParameter) 806RuntimeType declaringType= ReflectedType; 845new RuntimeConstructorInfo(instantiatedHandle, ReflectedType, m_runtimeTypeCache, methodAttributes, bindingFlags); 858RuntimeType declaringType = ReflectedType; 875if (ReflectedType.IsGenericParameter) 877Type[] interfaces = ReflectedType.BaseType.GetInterfaces(); 888Type[] interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 930Contract.Requires(ReflectedType != null); 933bool isInherited = declaringType != ReflectedType; 983Contract.Requires(ReflectedType != null); 1009bool isInherited = declaringType != ReflectedType; 1065if (iList.IsAssignableFrom(ReflectedType)) 1089RuntimeType declaringType = ReflectedType; 1112if (ReflectedType.IsSzArray) 1114RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType(); 1177RuntimeType declaringType = ReflectedType; 1228Contract.Requires(ReflectedType != null); 1234RuntimeType declaringType = ReflectedType; 1322Contract.Requires(ReflectedType != null); 1327RuntimeType declaringType = ReflectedType; 1417if (declaringType != ReflectedType && isPrivate)