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)
29internal readonly Dictionary<LambdaExpression, BoundConstants> Constants = new Dictionary<LambdaExpression, BoundConstants>();
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
73private readonly BoundConstants _boundConstants;
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
37private readonly Stack<BoundConstants> _constants = new Stack<BoundConstants>();