2 instantiations of BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
517var indexEvaluation = new BoundDagIndexEvaluation(syntax, getItemProperty, i, getItemPropertyInput);
Generated\BoundNodes.xml.Generated.cs (1)
5585var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors);
21 references to BoundDagIndexEvaluation
Microsoft.CodeAnalysis.CSharp (21)
Binder\DecisionDagBuilder.cs (5)
517var indexEvaluation = new BoundDagIndexEvaluation(syntax, getItemProperty, i, getItemPropertyInput); 2569case (BoundDagTypeEvaluation s1, BoundDagIndexerEvaluation or BoundDagFieldEvaluation or BoundDagPropertyEvaluation or BoundDagIndexEvaluation or BoundDagSliceEvaluation): // s2Source can be anything with an output, obtainable via MakeResultTemp(). 2581case (BoundDagIndexerEvaluation or BoundDagFieldEvaluation or BoundDagPropertyEvaluation or BoundDagIndexEvaluation or BoundDagSliceEvaluation, BoundDagTypeEvaluation s2): 3611case BoundDagIndexEvaluation: 3858case BoundDagIndexEvaluation:
BoundTree\BoundDagEvaluation.cs (3)
57BoundDagIndexEvaluation e => e.Property, 193this.Index == ((BoundDagIndexEvaluation)obj).Index; 203public new BoundDagIndexEvaluation Update(BoundDagTemp input)
BoundTree\BoundDagTest.cs (1)
102case BoundDagIndexEvaluation i:
FlowAnalysis\NullableWalker_Patterns.cs (2)
490case BoundDagIndexEvaluation e: 787case BoundDagIndexEvaluation e:
Generated\BoundNodes.xml.Generated.cs (9)
5581public BoundDagIndexEvaluation Update(PropertySymbol property, int index, BoundDagTemp input) 5585var result = new BoundDagIndexEvaluation(this.Syntax, property, index, input, this.HasErrors); 9390return VisitDagIndexEvaluation((BoundDagIndexEvaluation)node, arg); 9725public virtual R VisitDagIndexEvaluation(BoundDagIndexEvaluation node, A arg) => this.DefaultVisit(node, arg); 9966public virtual BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) => this.DefaultVisit(node); 10646public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 12039public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 14189public override BoundNode? VisitDagIndexEvaluation(BoundDagIndexEvaluation node) 16736public override TreeDumperNode VisitDagIndexEvaluation(BoundDagIndexEvaluation node, object? arg) => new TreeDumperNode("dagIndexEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
257case BoundDagIndexEvaluation e: