7 references to BoundDagValueTest
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (5)
388tests.Add(new Tests.One(new BoundDagValueTest(syntax, ConstantValue.Create(patternLength), lengthTemp))); 540return new Tests.One(new BoundDagValueTest(constant.Syntax, constant.ConstantValue, input)); 555tests.Add(new Tests.One(new BoundDagValueTest(constant.Syntax, constant.ConstantValue, input))); 2598new One(new BoundDagValueTest(t.Syntax, safeAdd(t.Value, offset), lengthTemp)); 2873condition = new Tests.One(new BoundDagValueTest(s2.Syntax, ConstantValue.Create(lengthValue), s1LengthTemp));
Binder\DecisionDagBuilder_ListPatterns.cs (1)
47: new BoundDagValueTest(syntax, ConstantValue.Create(subpatterns.Length), lengthTemp)));
Generated\BoundNodes.xml.Generated.cs (1)
5388var result = new BoundDagValueTest(this.Syntax, value, input, this.HasErrors);