1 write to m_isGlobal
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1480
m_isGlobal
= RuntimeTypeHandle.GetModule(runtimeType).RuntimeType == runtimeType;
1 reference to m_isGlobal
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1602
internal bool IsGlobal =>
m_isGlobal
;