3 references to Close
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1219
m_ScopeTree.AddScopeInfo(ScopeAction.
Close
, m_length);
1512
for (int cClose = 0; cClose > 0 || m_ScopeActions[i] == ScopeAction.
Close
; i--)
1541
if (sa == ScopeAction.
Close
&& m_iOpenScopeCount <= 0)