27 references to ReflectedType
System.Private.CoreLib (27)
src\System\RuntimeType.CoreCLR.cs (27)
257bool isInherited = declaringType != ReflectedType; 312!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType, ReflectedType) : 313approxDeclaringType != ReflectedType; 318new RtFieldInfo(field, ReflectedType, m_runtimeTypeCache, bindingFlags) 581RuntimeType declaringType = ReflectedType; 689bool isInherited = declaringType != ReflectedType; 755if (ReflectedType.IsGenericParameter) 762RuntimeType declaringType = ReflectedType; 801new RuntimeConstructorInfo(instantiatedHandle, ReflectedType, m_runtimeTypeCache, methodAttributes, bindingFlags); 817RuntimeType declaringType = ReflectedType; 836if (ReflectedType.IsGenericParameter) 838interfaces = ReflectedType.BaseType!.GetInterfaces(); 842interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 876Debug.Assert(ReflectedType != null); 879bool isInherited = declaringType != ReflectedType; 928Debug.Assert(ReflectedType != null); 953bool isInherited = declaringType != ReflectedType; 997if (iList.IsAssignableFrom(ReflectedType)) 1023RuntimeType declaringType = ReflectedType; 1042if (ReflectedType.IsSZArray) 1044RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType()!; 1095RuntimeType declaringType = ReflectedType; 1144Debug.Assert(ReflectedType != null); 1150RuntimeType declaringType = ReflectedType; 1241Debug.Assert(ReflectedType != null); 1246RuntimeType declaringType = ReflectedType; 1337if (declaringType != ReflectedType && isPrivate)