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