3 references to GetCurrentActiveScopeIndex
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
1207int index = ((RuntimeILGenerator)methodBuilder.GetILGenerator()).m_ScopeTree.GetCurrentActiveScopeIndex(); 1533int i = GetCurrentActiveScopeIndex(); 1540int i = GetCurrentActiveScopeIndex();