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