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)
5546var 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)
5542public BoundDagIndexEvaluation Update(PropertySymbol property, int index, BoundDagTemp input) 5546var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors); 9190return VisitDagIndexEvaluation((BoundDagIndexEvaluation)node, arg); 9516public virtual R VisitDagIndexEvaluation(BoundDagIndexEvaluation node, A arg) => this.DefaultVisit(node, arg); 9752public virtual BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) => this.DefaultVisit(node); 10427public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 11791public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 13903public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 16412public override TreeDumperNode VisitDagIndexEvaluation(BoundDagIndexEvaluation node, object? arg) => new TreeDumperNode("dagIndexEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
242case BoundDagIndexEvaluation e: