27 references to ReflectedType
System.Private.CoreLib (27)
src\System\RuntimeType.CoreCLR.cs (27)
262bool isInherited = declaringType != ReflectedType; 317!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType, ReflectedType) : 318approxDeclaringType != ReflectedType; 323new RtFieldInfo(field, ReflectedType, m_runtimeTypeCache, bindingFlags) 586RuntimeType declaringType = ReflectedType; 687bool isInherited = declaringType != ReflectedType; 745if (ReflectedType.IsGenericParameter) 752RuntimeType declaringType = ReflectedType; 784new RuntimeConstructorInfo(instantiatedHandle, ReflectedType, m_runtimeTypeCache, methodAttributes, bindingFlags); 800RuntimeType declaringType = ReflectedType; 819if (ReflectedType.IsGenericParameter) 821interfaces = ReflectedType.BaseType!.GetInterfaces(); 825interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 859Debug.Assert(ReflectedType != null); 862bool isInherited = declaringType != ReflectedType; 905Debug.Assert(ReflectedType != null); 930bool isInherited = declaringType != ReflectedType; 967if (iList.IsAssignableFrom(ReflectedType)) 993RuntimeType declaringType = ReflectedType; 1012if (ReflectedType.IsSZArray) 1014RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType()!; 1065RuntimeType declaringType = ReflectedType; 1114Debug.Assert(ReflectedType != null); 1120RuntimeType declaringType = ReflectedType; 1206Debug.Assert(ReflectedType != null); 1211RuntimeType declaringType = ReflectedType; 1294if (declaringType != ReflectedType && isPrivate)