2 writes to m_ScopeActions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1566m_ScopeActions = new ScopeAction[InitialSize]; 1580m_ScopeActions = tempSA;
4 references to m_ScopeActions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
1512for (int cClose = 0; cClose > 0 || m_ScopeActions[i] == ScopeAction.Close; i--) 1514cClose += (sbyte)m_ScopeActions[i]; 1549m_ScopeActions[m_iCount] = sa; 1579Array.Copy(m_ScopeActions, tempSA, m_iCount);