27 references to ReflectedType
mscorlib (27)
system\rttype.cs (27)
333
bool isInherited = declaringType !=
ReflectedType
;
363
!RuntimeTypeHandle.CompareCanonicalHandles(approxDeclaringType,
ReflectedType
) :
364
approxDeclaringType !=
ReflectedType
;
369
new RtFieldInfo(field,
ReflectedType
, m_runtimeTypeCache, bindingFlags)
627
RuntimeType declaringType =
ReflectedType
;
736
bool isInherited = declaringType !=
ReflectedType
;
799
if (
ReflectedType
.IsGenericParameter)
806
RuntimeType declaringType=
ReflectedType
;
845
new RuntimeConstructorInfo(instantiatedHandle,
ReflectedType
, m_runtimeTypeCache, methodAttributes, bindingFlags);
858
RuntimeType declaringType =
ReflectedType
;
875
if (
ReflectedType
.IsGenericParameter)
877
Type[] interfaces =
ReflectedType
.BaseType.GetInterfaces();
888
Type[] interfaces = RuntimeTypeHandle.GetInterfaces(
ReflectedType
);
930
Contract.Requires(
ReflectedType
!= null);
933
bool isInherited = declaringType !=
ReflectedType
;
983
Contract.Requires(
ReflectedType
!= null);
1009
bool isInherited = declaringType !=
ReflectedType
;
1065
if (iList.IsAssignableFrom(
ReflectedType
))
1089
RuntimeType declaringType =
ReflectedType
;
1112
if (
ReflectedType
.IsSzArray)
1114
RuntimeType arrayType = (RuntimeType)
ReflectedType
.GetElementType();
1177
RuntimeType declaringType =
ReflectedType
;
1228
Contract.Requires(
ReflectedType
!= null);
1234
RuntimeType declaringType =
ReflectedType
;
1322
Contract.Requires(
ReflectedType
!= null);
1327
RuntimeType declaringType =
ReflectedType
;
1417
if (declaringType !=
ReflectedType
&& isPrivate)