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