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