2 references to BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
348
var indexEvaluation = new
BoundDagIndexEvaluation
(syntax, getItemProperty, i, getItemPropertyInput);
Generated\BoundNodes.xml.Generated.cs (1)
5523
var result = new
BoundDagIndexEvaluation
(this.Syntax, property, index, input, this.HasErrors);