1 instantiation of BoundConstants
System.Core (1)
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
93
_constants.Push(_tree.Constants[node] = new
BoundConstants
());
5 references to BoundConstants
System.Core (5)
Microsoft\Scripting\Compiler\AnalyzedTree.cs (2)
29
internal readonly Dictionary<LambdaExpression,
BoundConstants
> Constants = new Dictionary<LambdaExpression,
BoundConstants
>();
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
73
private readonly
BoundConstants
_boundConstants;
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
37
private readonly Stack<
BoundConstants
> _constants = new Stack<
BoundConstants
>();