3 references to _constants
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\VariableBinder.cs (3)
65
_constants
.Peek().AddReference(node.Value!, node.Type);
88
_constants
.Push(_tree.Constants[node] = new BoundConstants());
90
_constants
.Pop();