2 instantiations of BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
394var indexEvaluation = new BoundDagIndexEvaluation(syntax, getItemProperty, i, getItemPropertyInput);
Generated\BoundNodes.xml.Generated.cs (1)
5578var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors);
15 references to BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (15)
Binder\DecisionDagBuilder.cs (1)
394var 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)
555case BoundDagIndexEvaluation e:
Generated\BoundNodes.xml.Generated.cs (9)
5574public BoundDagIndexEvaluation Update(PropertySymbol property, int index, BoundDagTemp input) 5578var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors); 9266return VisitDagIndexEvaluation((BoundDagIndexEvaluation)node, arg); 9595public virtual R VisitDagIndexEvaluation(BoundDagIndexEvaluation node, A arg) => this.DefaultVisit(node, arg); 9833public virtual BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) => this.DefaultVisit(node); 10510public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 11886public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 14015public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 16532public override TreeDumperNode VisitDagIndexEvaluation(BoundDagIndexEvaluation node, object? arg) => new TreeDumperNode("dagIndexEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
245case BoundDagIndexEvaluation e: