3 writes to m_iOpenScopeCount
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1654m_iOpenScopeCount = 0; 1731m_iOpenScopeCount++; 1734m_iOpenScopeCount--;
2 references to m_iOpenScopeCount
mscorlib (2)
system\reflection\emit\ilgenerator.cs (1)
1715if (sa == ScopeAction.Close && m_iOpenScopeCount <=0)
system\reflection\emit\methodbuilder.cs (1)
241if (il.m_ScopeTree.m_iOpenScopeCount != 0)