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