1 write to m_ScopeTree
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
93m_ScopeTree = new ScopeTree();
5 references to m_ScopeTree
System.Private.CoreLib (5)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
1201int index = ((RuntimeILGenerator)methodBuilder.GetILGenerator()).m_ScopeTree.GetCurrentActiveScopeIndex(); 1208m_ScopeTree.AddUsingNamespaceToCurrentScope(usingNamespace); 1214m_ScopeTree.AddScopeInfo(ScopeAction.Open, m_length); 1219m_ScopeTree.AddScopeInfo(ScopeAction.Close, m_length);
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
169if (il.m_ScopeTree.m_iOpenScopeCount != 0)