1 write to m_ScopeTree
mscorlib (1)
system\reflection\emit\ilgenerator.cs (1)
153m_ScopeTree = new ScopeTree();
8 references to m_ScopeTree
mscorlib (8)
system\reflection\emit\ilgenerator.cs (4)
1317index = methodBuilder.GetILGenerator().m_ScopeTree.GetCurrentActiveScopeIndex(); 1324m_ScopeTree.AddUsingNamespaceToCurrentScope(usingNamespace); 1345m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1350m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length);
system\reflection\emit\localbuilder.cs (2)
107index = methodBuilder.GetILGenerator().m_ScopeTree.GetCurrentActiveScopeIndex(); 120methodBuilder.GetILGenerator().m_ScopeTree.AddLocalSymInfoToCurrentScope(
system\reflection\emit\methodbuilder.cs (2)
241if (il.m_ScopeTree.m_iOpenScopeCount != 0) 326il.m_ScopeTree.EmitScopeTree(symWriter);