27 references to ReflectedType
System.Private.CoreLib (27)
src\System\RuntimeType.CoreCLR.cs (27)
258bool isInherited = declaringType != ReflectedType; 313!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType, ReflectedType) : 314approxDeclaringType != ReflectedType; 319new RtFieldInfo(field, ReflectedType, m_runtimeTypeCache, bindingFlags) 582RuntimeType declaringType = ReflectedType; 690bool isInherited = declaringType != ReflectedType; 756if (ReflectedType.IsGenericParameter) 763RuntimeType declaringType = ReflectedType; 802new RuntimeConstructorInfo(instantiatedHandle, ReflectedType, m_runtimeTypeCache, methodAttributes, bindingFlags); 818RuntimeType declaringType = ReflectedType; 837if (ReflectedType.IsGenericParameter) 839interfaces = ReflectedType.BaseType!.GetInterfaces(); 843interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 877Debug.Assert(ReflectedType != null); 880bool isInherited = declaringType != ReflectedType; 929Debug.Assert(ReflectedType != null); 954bool isInherited = declaringType != ReflectedType; 998if (iList.IsAssignableFrom(ReflectedType)) 1024RuntimeType declaringType = ReflectedType; 1043if (ReflectedType.IsSZArray) 1045RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType()!; 1096RuntimeType declaringType = ReflectedType; 1145Debug.Assert(ReflectedType != null); 1151RuntimeType declaringType = ReflectedType; 1242Debug.Assert(ReflectedType != null); 1247RuntimeType declaringType = ReflectedType; 1338if (declaringType != ReflectedType && isPrivate)