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