3 writes to _tree
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
96
_tree
= tree;
138
_tree
= tree;
160
_tree
= parent._tree;
8 references to _tree
System.Core (8)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (4)
70
private bool EmitDebugSymbols { get { return
_tree
.DebugInfoGenerator != null; } }
160
_tree = parent.
_tree
;
166
_scope =
_tree
.Scopes[lambda];
269
_tree
.DebugInfoGenerator.SetLocalName(lb, variable.Name);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
761
_tree
.DebugInfoGenerator.MarkSequencePoint(_lambda, _method, _ilg, node);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (2)
125
impl = new LambdaCompiler(
_tree
, lambda);
130
impl = new LambdaCompiler(
_tree
, lambda, mb);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
97
if (!
_tree
.Scopes.TryGetValue(node, out scope)) {