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