9 references to IsGlobal
mscorlib (9)
system\reflection\ConstructorInfo.cs (2)
450return m_reflectedTypeCache.IsGlobal ? null : m_declaringType; 458return m_reflectedTypeCache.IsGlobal ? null : ReflectedTypeInternal;
system\reflection\eventinfo.cs (1)
256Contract.Assert(!reflectedTypeCache.IsGlobal);
system\reflection\fieldinfo.cs (2)
301return m_reflectedTypeCache.IsGlobal ? null : ReflectedTypeInternal; 309return m_reflectedTypeCache.IsGlobal ? null : m_declaringType;
system\reflection\methodinfo.cs (3)
535if (m_reflectedTypeCache.IsGlobal) 546if (m_reflectedTypeCache.IsGlobal) 1035if (m_reflectedTypeCache.IsGlobal)
system\reflection\propertyinfo.cs (1)
217Contract.Assert(!reflectedTypeCache.IsGlobal);