1 instantiation of BoundConstants
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
88_constants.Push(_tree.Constants[node] = new BoundConstants());
5 references to BoundConstants
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\AnalyzedTree.cs (2)
11internal readonly Dictionary<LambdaExpression, BoundConstants> Constants = new Dictionary<LambdaExpression, BoundConstants>();
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
61private readonly BoundConstants _boundConstants;
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
21private readonly Stack<BoundConstants> _constants = new Stack<BoundConstants>();