4 writes to m_fHasGlobal
mscorlib (4)
system\reflection\emit\modulebuilder.cs (4)
1512m_moduleData.m_fHasGlobal = true; 1565m_moduleData.m_fHasGlobal = true; 1623m_moduleData.m_fHasGlobal = true; 1656m_moduleData.m_fHasGlobal = true;
1 reference to m_fHasGlobal
mscorlib (1)
system\reflection\emit\modulebuilder.cs (1)
406if (m_moduleData.m_fGlobalBeenCreated == false && m_moduleData.m_fHasGlobal == true)