27 references to ReflectedType
System.Private.CoreLib (27)
src\System\RuntimeType.CoreCLR.cs (27)
255bool isInherited = declaringType != ReflectedType; 310!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType, ReflectedType) : 311approxDeclaringType != ReflectedType; 316new RtFieldInfo(field, ReflectedType, m_runtimeTypeCache, bindingFlags) 579RuntimeType declaringType = ReflectedType; 680bool isInherited = declaringType != ReflectedType; 738if (ReflectedType.IsGenericParameter) 745RuntimeType declaringType = ReflectedType; 777new RuntimeConstructorInfo(instantiatedHandle, ReflectedType, m_runtimeTypeCache, methodAttributes, bindingFlags); 793RuntimeType declaringType = ReflectedType; 812if (ReflectedType.IsGenericParameter) 814interfaces = ReflectedType.BaseType!.GetInterfaces(); 818interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 852Debug.Assert(ReflectedType != null); 855bool isInherited = declaringType != ReflectedType; 898Debug.Assert(ReflectedType != null); 923bool isInherited = declaringType != ReflectedType; 960if (iList.IsAssignableFrom(ReflectedType)) 986RuntimeType declaringType = ReflectedType; 1005if (ReflectedType.IsSZArray) 1007RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType()!; 1058RuntimeType declaringType = ReflectedType; 1107Debug.Assert(ReflectedType != null); 1113RuntimeType declaringType = ReflectedType; 1199Debug.Assert(ReflectedType != null); 1204RuntimeType declaringType = ReflectedType; 1287if (declaringType != ReflectedType && isPrivate)