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