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)
70private 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)
125impl = new LambdaCompiler(_tree, lambda); 130impl = new LambdaCompiler(_tree, lambda, mb);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
97if (!_tree.Scopes.TryGetValue(node, out scope)) {