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