8 references to BoundDagValueTest
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder_ListPatterns.cs (1)
51
: new
BoundDagValueTest
(syntax, ConstantValue.Create(subpatterns.Length), lengthTemp)));
Binder\DecisionDagBuilder.cs (6)
520
tests.Add(new Tests.One(new
BoundDagValueTest
(syntax, ConstantValue.Create(patternLength), lengthTemp)));
898
tests.Add(new Tests.One(new
BoundDagValueTest
(constant.Syntax, constantValue, input)));
928
return new Tests.One(new
BoundDagValueTest
(syntax, constantValue, input));
3540
new One(new
BoundDagValueTest
(t.Syntax, safeAdd(t.Value, offset), lengthTemp));
3913
condition = new Tests.One(new
BoundDagValueTest
(s2.Syntax, ConstantValue.Create(lengthValue), s1LengthTemp));
4152
return new
BoundDagValueTest
(Syntax, sample, Input);
Generated\BoundNodes.xml.Generated.cs (1)
5374
var result = new
BoundDagValueTest
(this.Syntax, value, input, this.HasErrors);