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