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