12 references to ScopeAction
mscorlib (12)
system\reflection\emit\ilgenerator.cs (12)
1345
m_ScopeTree.AddScopeInfo(
ScopeAction
.Open, m_length);
1350
m_ScopeTree.AddScopeInfo(
ScopeAction
.Close, m_length);
1674
for (; cClose > 0 || m_ScopeActions[i] ==
ScopeAction
.Close; i--)
1676
if (m_ScopeActions[i] ==
ScopeAction
.Open)
1713
internal void AddScopeInfo(
ScopeAction
sa, int iOffset)
1715
if (sa ==
ScopeAction
.Close && m_iOpenScopeCount <=0)
1729
if (sa ==
ScopeAction
.Open)
1749
m_ScopeActions = new
ScopeAction
[InitialSize];
1761
ScopeAction
[] tempSA = new
ScopeAction
[newSize];
1779
if (m_ScopeActions[i] ==
ScopeAction
.Open)
1795
internal
ScopeAction
[] m_ScopeActions; // array of scope actions