2 instantiations of 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);
15 references to BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (15)
Binder\DecisionDagBuilder.cs (1)
348var indexEvaluation = new BoundDagIndexEvaluation(syntax, getItemProperty, i, getItemPropertyInput);
BoundTree\BoundDagEvaluation.cs (2)
41BoundDagIndexEvaluation e => e.Property, 116this.Index == ((BoundDagIndexEvaluation)obj).Index;
BoundTree\BoundDagTest.cs (1)
74case BoundDagIndexEvaluation i:
FlowAnalysis\NullableWalker_Patterns.cs (1)
553case BoundDagIndexEvaluation e:
Generated\BoundNodes.xml.Generated.cs (9)
5519public BoundDagIndexEvaluation Update(PropertySymbol property, int index, BoundDagTemp input) 5523var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors); 9123return VisitDagIndexEvaluation((BoundDagIndexEvaluation)node, arg); 9449public virtual R VisitDagIndexEvaluation(BoundDagIndexEvaluation node, A arg) => this.DefaultVisit(node, arg); 9685public virtual BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) => this.DefaultVisit(node); 10359public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 11622public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 13694public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 16210public override TreeDumperNode VisitDagIndexEvaluation(BoundDagIndexEvaluation node, object? arg) => new TreeDumperNode("dagIndexEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
238case BoundDagIndexEvaluation e: