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