2 instantiations of BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1409relationEffect = new Tests.One(new BoundDagAssignmentEvaluation(syntax, target: other.Input, input: test.Input));
Generated\BoundNodes.xml.Generated.cs (1)
5537var result = new BoundDagAssignmentEvaluation(this.Syntax, target, input, this.HasErrors);
17 references to BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (3)
878case BoundDagAssignmentEvaluation e when state.RemainingValues.TryGetValue(e.Input, out IValueSet? currentValues): 1709case BoundDagAssignmentEvaluation e: 2017Debug.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)
540case BoundDagAssignmentEvaluation e:
Generated\BoundNodes.xml.Generated.cs (8)
5533public BoundDagAssignmentEvaluation Update(BoundDagTemp target, BoundDagTemp input) 5537var result = new BoundDagAssignmentEvaluation(this.Syntax, target, input, this.HasErrors); 8805return VisitDagAssignmentEvaluation((BoundDagAssignmentEvaluation)node, arg); 9115public virtual R VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, A arg) => this.DefaultVisit(node, arg); 9343public virtual BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) => this.DefaultVisit(node); 10025public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 11252public override BoundNode? VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node) 15683public override TreeDumperNode VisitDagAssignmentEvaluation(BoundDagAssignmentEvaluation node, object? arg) => new TreeDumperNode("dagAssignmentEvaluation", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
301case BoundDagAssignmentEvaluation: