9 references to ScopeAction
System.Private.CoreLib (9)
src\System\Reflection\Emit\RuntimeILGenerator.cs (9)
1214m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1219m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length); 1513for (int cClose = 0; cClose > 0 || m_ScopeActions[i] == ScopeAction.Close; i--) 1540internal void AddScopeInfo(ScopeAction sa, int iOffset) 1542if (sa == ScopeAction.Close && m_iOpenScopeCount <= 0) 1567m_ScopeActions = new ScopeAction[InitialSize]; 1579ScopeAction[] tempSA = new ScopeAction[newSize]; 1590internal ScopeAction[] m_ScopeActions = null!; // array of scope actions