2 instantiations of BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1458relationEffect = 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)
930case BoundDagAssignmentEvaluation e when state.RemainingValues.TryGetValue(e.Input, out IValueSet? currentValues): 1744case BoundDagAssignmentEvaluation e: 2171Debug.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)
580case 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); 9129return VisitDagAssignmentEvaluation((BoundDagAssignmentEvaluation)node, arg); 9452public virtual R VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, A arg) => this.DefaultVisit(node, arg); 9688public virtual BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) => this.DefaultVisit(node); 10382public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 11647public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 16243public override TreeDumperNode VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, object? arg) => new TreeDumperNode("dagAssignmentEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
301case BoundDagAssignmentEvaluation: