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