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