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