2 references to BoundDagAssignmentEvaluation
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1458
relationEffect = new Tests.One(new
BoundDagAssignmentEvaluation
(syntax, target: other.Input, input: test.Input));
Generated\BoundNodes.xml.Generated.cs (1)
5648
var result = new
BoundDagAssignmentEvaluation
(this.Syntax, target, input, this.HasErrors);