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)
11
internal readonly Dictionary<LambdaExpression,
BoundConstants
> Constants = new Dictionary<LambdaExpression,
BoundConstants
>();
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
61
private readonly
BoundConstants
_boundConstants;
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
21
private readonly Stack<
BoundConstants
> _constants = new Stack<
BoundConstants
>();