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