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