2 writes to m_ScopeActions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1576
m_ScopeActions
= new ScopeAction[InitialSize];
1590
m_ScopeActions
= tempSA;
4 references to m_ScopeActions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
1522
for (int cClose = 0; cClose > 0 ||
m_ScopeActions
[i] == ScopeAction.Close; i--)
1524
cClose += (sbyte)
m_ScopeActions
[i];
1559
m_ScopeActions
[m_iCount] = sa;
1589
Array.Copy(
m_ScopeActions
, tempSA, m_iCount);