2 instantiations of BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1432relationEffect = new Tests.One(new BoundDagAssignmentEvaluation(syntax, target: other.Input, input: test.Input));
Generated\BoundNodes.xml.Generated.cs (1)
5648var result = new BoundDagAssignmentEvaluation(this.Syntax, target, input, this.HasErrors);
17 references to BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (3)
904case BoundDagAssignmentEvaluation e when state.RemainingValues.TryGetValue(e.Input, out IValueSet? currentValues): 1718case BoundDagAssignmentEvaluation e: 2145Debug.Assert(relationEffect is True or One(BoundDagAssignmentEvaluation));
BoundTree\BoundDagEvaluation.cs (3)
44BoundDagAssignmentEvaluation => null, 48Debug.Assert(result is not null || this is BoundDagAssignmentEvaluation); 157this.Target.Equals(((BoundDagAssignmentEvaluation)obj).Target);
BoundTree\BoundDagTest.cs (1)
78case BoundDagAssignmentEvaluation i:
FlowAnalysis\NullableWalker_Patterns.cs (1)
542case BoundDagAssignmentEvaluation e:
Generated\BoundNodes.xml.Generated.cs (8)
5644public BoundDagAssignmentEvaluation Update(BoundDagTemp target, BoundDagTemp input) 5648var result = new BoundDagAssignmentEvaluation(this.Syntax, target, input, this.HasErrors); 9127return VisitDagAssignmentEvaluation((BoundDagAssignmentEvaluation)node, arg); 9450public virtual R VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, A arg) => this.DefaultVisit(node, arg); 9686public virtual BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) => this.DefaultVisit(node); 10380public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 11645public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 16241public override TreeDumperNode VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, object? arg) => new TreeDumperNode("dagAssignmentEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
301case BoundDagAssignmentEvaluation: