27 references to ReflectedType
System.Private.CoreLib (27)
src\System\RuntimeType.CoreCLR.cs (27)
257
bool isInherited = declaringType !=
ReflectedType
;
312
!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType,
ReflectedType
) :
313
approxDeclaringType !=
ReflectedType
;
318
new RtFieldInfo(field,
ReflectedType
, m_runtimeTypeCache, bindingFlags)
581
RuntimeType declaringType =
ReflectedType
;
689
bool isInherited = declaringType !=
ReflectedType
;
755
if (
ReflectedType
.IsGenericParameter)
762
RuntimeType declaringType =
ReflectedType
;
801
new RuntimeConstructorInfo(instantiatedHandle,
ReflectedType
, m_runtimeTypeCache, methodAttributes, bindingFlags);
817
RuntimeType declaringType =
ReflectedType
;
836
if (
ReflectedType
.IsGenericParameter)
838
interfaces =
ReflectedType
.BaseType!.GetInterfaces();
842
interfaces = RuntimeTypeHandle.GetInterfaces(
ReflectedType
);
876
Debug.Assert(
ReflectedType
!= null);
879
bool isInherited = declaringType !=
ReflectedType
;
928
Debug.Assert(
ReflectedType
!= null);
953
bool isInherited = declaringType !=
ReflectedType
;
997
if (iList.IsAssignableFrom(
ReflectedType
))
1023
RuntimeType declaringType =
ReflectedType
;
1042
if (
ReflectedType
.IsSZArray)
1044
RuntimeType arrayType = (RuntimeType)
ReflectedType
.GetElementType()!;
1095
RuntimeType declaringType =
ReflectedType
;
1144
Debug.Assert(
ReflectedType
!= null);
1150
RuntimeType declaringType =
ReflectedType
;
1241
Debug.Assert(
ReflectedType
!= null);
1246
RuntimeType declaringType =
ReflectedType
;
1337
if (declaringType !=
ReflectedType
&& isPrivate)