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