12 references to ScopeAction
mscorlib (12)
system\reflection\emit\ilgenerator.cs (12)
1345m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1350m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length); 1674for (; cClose > 0 || m_ScopeActions[i] == ScopeAction.Close; i--) 1676if (m_ScopeActions[i] == ScopeAction.Open) 1713internal void AddScopeInfo(ScopeAction sa, int iOffset) 1715if (sa == ScopeAction.Close && m_iOpenScopeCount <=0) 1729if (sa == ScopeAction.Open) 1749m_ScopeActions = new ScopeAction[InitialSize]; 1761ScopeAction[] tempSA = new ScopeAction[newSize]; 1779if (m_ScopeActions[i] == ScopeAction.Open) 1795internal ScopeAction[] m_ScopeActions; // array of scope actions