2 writes to m_ScopeActions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1566
m_ScopeActions
= new ScopeAction[InitialSize];
1580
m_ScopeActions
= tempSA;
4 references to m_ScopeActions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
1512
for (int cClose = 0; cClose > 0 ||
m_ScopeActions
[i] == ScopeAction.Close; i--)
1514
cClose += (sbyte)
m_ScopeActions
[i];
1549
m_ScopeActions
[m_iCount] = sa;
1579
Array.Copy(
m_ScopeActions
, tempSA, m_iCount);