2 writes to m_ScopeActions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1572
m_ScopeActions
= new ScopeAction[InitialSize];
1586
m_ScopeActions
= tempSA;
4 references to m_ScopeActions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
1518
for (int cClose = 0; cClose > 0 ||
m_ScopeActions
[i] == ScopeAction.Close; i--)
1520
cClose += (sbyte)
m_ScopeActions
[i];
1555
m_ScopeActions
[m_iCount] = sa;
1585
Array.Copy(
m_ScopeActions
, tempSA, m_iCount);