2 writes to _tree
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (2)
76_tree = tree; 143_tree = parent._tree;
4 references to _tree
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (2)
143_tree = parent._tree; 152_scope = _tree.Scopes[invocation];
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (1)
136impl = new LambdaCompiler(_tree, lambda);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
90if (!_tree.Scopes.TryGetValue(node, out CompilerScope? scope))