10 references to ReflectionOnlyType
mscorlib (10)
system\reflection\ConstructorInfo.cs (2)
514
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
543
if (declaringType is
ReflectionOnlyType
)
system\reflection\fieldinfo.cs (4)
437
bool fIsReflectionOnlyType = (declaringType is
ReflectionOnlyType
);
564
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
643
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
788
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
system\reflection\methodinfo.cs (2)
621
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
673
if ((declaringType == null && Module.Assembly.ReflectionOnly) || declaringType is
ReflectionOnlyType
)
system\rttype.cs (2)
5161
if (this is
ReflectionOnlyType
)
5503
if (GetType() == typeof(
ReflectionOnlyType
))