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