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