9 references to ScopeAction
System.Private.CoreLib (9)
src\System\Reflection\Emit\RuntimeILGenerator.cs (9)
1224m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1229m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length); 1522for (int cClose = 0; cClose > 0 || m_ScopeActions[i] == ScopeAction.Close; i--) 1549internal void AddScopeInfo(ScopeAction sa, int iOffset) 1551if (sa == ScopeAction.Close && m_iOpenScopeCount <= 0) 1576m_ScopeActions = new ScopeAction[InitialSize]; 1588ScopeAction[] tempSA = new ScopeAction[newSize]; 1599internal ScopeAction[] m_ScopeActions = null!; // array of scope actions