4 references to GetCurrentActiveScopeIndex
mscorlib (4)
system\reflection\emit\ilgenerator.cs (3)
1317index = methodBuilder.GetILGenerator().m_ScopeTree.GetCurrentActiveScopeIndex(); 1694int i = GetCurrentActiveScopeIndex(); 1705int i = GetCurrentActiveScopeIndex();
system\reflection\emit\localbuilder.cs (1)
107index = methodBuilder.GetILGenerator().m_ScopeTree.GetCurrentActiveScopeIndex();