2 writes to m_iOpenScopeCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
1494
m_iOpenScopeCount
= 0;
1554
m_iOpenScopeCount
+= -(sbyte)sa;
2 references to m_iOpenScopeCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1541
if (sa == ScopeAction.Close &&
m_iOpenScopeCount
<= 0)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
169
if (il.m_ScopeTree.
m_iOpenScopeCount
!= 0)