3 references to BoundDagRelationalTest
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (2)
721
tests.Add(new Tests.One(new
BoundDagRelationalTest
(rel.Syntax, rel.Relation, rel.ConstantValue, output, rel.HasErrors)));
2245
new One(new
BoundDagRelationalTest
(t.Syntax, t.OperatorKind, safeAdd(t.Value, offset), lengthTemp));
Generated\BoundNodes.xml.Generated.cs (1)
5362
var result = new
BoundDagRelationalTest
(this.Syntax, operatorKind, value, input, this.HasErrors);