9 references to ScopeAction
System.Private.CoreLib (9)
src\System\Reflection\Emit\RuntimeILGenerator.cs (9)
1220m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1225m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length); 1518for (int cClose = 0; cClose > 0 || m_ScopeActions[i] == ScopeAction.Close; i--) 1545internal void AddScopeInfo(ScopeAction sa, int iOffset) 1547if (sa == ScopeAction.Close && m_iOpenScopeCount <= 0) 1572m_ScopeActions = new ScopeAction[InitialSize]; 1584ScopeAction[] tempSA = new ScopeAction[newSize]; 1595internal ScopeAction[] m_ScopeActions = null!; // array of scope actions