4 references to BoundDagValueTest
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (3)
495
return new Tests.One(new
BoundDagValueTest
(constant.Syntax, constant.ConstantValue, input));
510
tests.Add(new Tests.One(new
BoundDagValueTest
(constant.Syntax, constant.ConstantValue, input)));
2241
new One(new
BoundDagValueTest
(t.Syntax, safeAdd(t.Value, offset), lengthTemp));
Generated\BoundNodes.xml.Generated.cs (1)
5331
var result = new
BoundDagValueTest
(this.Syntax, value, input, this.HasErrors);